Skip to content

Feat: CSP Issues with setting inline style - #621

Open
ghost wants to merge 2 commits into
videojs:mainfrom
salient-doremus:main
Open

Feat: CSP Issues with setting inline style#621
ghost wants to merge 2 commits into
videojs:mainfrom
salient-doremus:main

Conversation

@ghost

@ghost ghost commented Apr 22, 2024

Copy link
Copy Markdown

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

@ghost ghost changed the title CSP Issues with setting inline style Feat: CSP Issues with setting inline style Apr 22, 2024
@ahosgood

Copy link
Copy Markdown

This looks like it might fix #365. I would find this very useful 🚀

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.

1 participant