add video-on-login-screen plugin

This commit is contained in:
robertoszek 2023-11-09 21:24:48 +01:00
parent 36789bd3b5
commit b34d87a209
No known key found for this signature in database
GPG key ID: 66340A2E8C06B0C5
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'"],
];