mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-06 22:23:48 -06:00
Be backwards compatible.
This commit is contained in:
parent
7f0ac79c5c
commit
8c6f8460a2
@ -59,7 +59,7 @@ class SecureHeaders
|
||||
$csp = [
|
||||
"default-src 'none'",
|
||||
"object-src 'self'",
|
||||
sprintf("script-src 'nonce-%s' %s", $nonce, $google),
|
||||
sprintf("script-src 'nonce-%s' unsafe-inline %s", $nonce, $google),
|
||||
"style-src 'self' 'unsafe-inline'",
|
||||
"base-uri 'self'",
|
||||
"font-src 'self' data:",
|
||||
|
Loading…
Reference in New Issue
Block a user