mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 17:37:02 +03:00
add video-on-login-screen plugin
This commit is contained in:
parent
36789bd3b5
commit
b34d87a209
6 changed files with 174 additions and 0 deletions
1
snappymail/v/0.0.0/app/libraries/snappymail/http/csp.php
Normal file → Executable file
1
snappymail/v/0.0.0/app/libraries/snappymail/http/csp.php
Normal file → Executable 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'"],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue