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

Fix: Add video service providers to CSP allow list #527

Merged
merged 1 commit into from
Jul 1, 2024

Commits on May 17, 2024

  1. Fix: Add video service providers to CSP allow list

    This adds the URLs of currently used video services to the CSP allow list for
    type frame so that video preview thumbnails are shown in backend.
    
    Before this fix the video preview thumbnails are not shown but instead
    following message is logged to console:
    `Refused to frame 'https://www.youtube-nocookie.com/' because it violates the
    following Content Security Policy directive: "frame-src 'self' data:".`
    Dominik Geyer committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d2ef8fa View commit details
    Browse the repository at this point in the history