Merge pull request #1307 from robertoszek/master

add video-on-login-screen plugin
This commit is contained in:
the-djmaze 2023-11-14 17:02:03 +01:00 committed by GitHub
commit 85b4e23d31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 174 additions and 0 deletions

View file

@ -22,6 +22,7 @@ class CSP
// Knockout.js requires unsafe-inline?
// 'script-src' => ["'self'", "'unsafe-inline'", "'unsafe-eval'"],
'img-src' => ["'self'", 'data:'],
'media-src' => ["'self'", 'data:'],
'style-src' => ["'self'", "'unsafe-inline'"],
];