Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: CSP Issues with setting inline style #621

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sal-gassen
Copy link

Setting style or cssTexT attribute directly violates the CSP style-src-attr.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/style-src-attr#violation_cases

This issue is resolved by setting the properties individually, e.g. div.style.width = "100%"

But the YouTube iFrame API (www-widgetapi.js ) copies the styles from the videojs div to the iframe which results in CSP violations again. This is why all inline styles are wrapped in the window.VIDEOJS_NO_DYNAMIC_STYLE flag provided by videojs

https://videojs.com/guides/skins/#disabling-additional-style-elements

@sal-gassen sal-gassen changed the title CSP Issues with setting inline style Feat: CSP Issues with setting inline style Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant