Closed Kunsi closed 3 years ago
The plugin should override the frame-src CSP header for pages with videos enabled.
Apparently this mechanism broke when we added speaker pictures to talk pages, because the update of the CSP policy to include gravatar images overrides the policy update to permit the video iframe. (This is because despite its name, csp_update
does not update, it just overrides. django-csp
had this issue brought up in the past and decided that it works as intended.)
I pushed a fix in pretalx. Thank you for reporting the problem.
Pretalx itself sets a Content-Security-Policy, which disallows loading images/videos from media.ccc.de
Is there a config option I missed to set?
For now, i'm able to work around that at the reverse proxy level, but it would be nice not to have to.