Skip to content

ix: resolve CSP violations blocking inline styles and scripts#1466

Open
Bhoomikakaushik wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
Bhoomikakaushik:fix-csp-violations
Open

ix: resolve CSP violations blocking inline styles and scripts#1466
Bhoomikakaushik wants to merge 1 commit into
SAPTARSHI-coder:mainfrom
Bhoomikakaushik:fix-csp-violations

Conversation

@Bhoomikakaushik
Copy link
Copy Markdown

Pull Request Description

Changes: demo.html, line 18 only — add 'unsafe-inline' to style-src directive.

Root cause: The CSP meta tag was missing 'unsafe-inline' in the style-src directive, which caused all 25 console errors — blocking the <style> tag in , and every style="..." attribute used for spacing/layout throughout the demo page. No CSS framework classes were actually loading their visual overrides properly as a result.


@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant