don't send require-sri-for CSP because it's not yet supported, cannot be tested, and probably will break when it works

This commit is contained in:
Caleb James DeLisle 2018-06-12 17:33:32 +02:00
parent e48afd0df2
commit 0bfd5c0421
1 changed files with 1 additions and 3 deletions

View File

@ -63,9 +63,7 @@ module.exports = {
"img-src 'self' data: blob:" + domain,
// for accounts.cryptpad.fr authentication and pad2 cross-domain iframe sandbox
"frame-ancestors *",
'require-sri-for script'
"frame-ancestors *"
].join('; '),
// CKEditor requires significantly more lax content security policy in order to function.