mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-16 18:25:00 -06:00
Different orderRemove self
This commit is contained in:
parent
fee2002b0f
commit
e91903fed2
@ -55,7 +55,7 @@ class SecureHeaders
|
||||
"base-uri 'self'",
|
||||
"font-src 'self' data:",
|
||||
sprintf("connect-src 'self' %s", $trackingScriptSrc),
|
||||
sprintf("img-src 'strict-dynamic' 'nonce-%1s'", $nonce),
|
||||
sprintf("img-src 'self' 'strict-dynamic' 'nonce-%1s'", $nonce),
|
||||
"manifest-src 'self'",
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user