mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fixed missing CSP directive and value
Signed-off-by: Luca Bognolo <git@bogny.eu>
This commit is contained in:
parent
464642250b
commit
ab0471c78e
@ -55,9 +55,10 @@ class SecureHeaders
|
|||||||
"style-src 'self' 'unsafe-inline'",
|
"style-src 'self' 'unsafe-inline'",
|
||||||
"base-uri 'self'",
|
"base-uri 'self'",
|
||||||
"form-action 'self'",
|
"form-action 'self'",
|
||||||
"font-src 'self'",
|
"font-src 'self' data: https://fonts.gstatic.com",
|
||||||
"connect-src 'self'",
|
"connect-src 'self'",
|
||||||
"img-src 'self' data: https://api.tiles.mapbox.com",
|
"img-src 'self' data: https://api.tiles.mapbox.com",
|
||||||
|
"manifest-src 'self'",
|
||||||
];
|
];
|
||||||
|
|
||||||
$featurePolicies = [
|
$featurePolicies = [
|
||||||
|
Loading…
Reference in New Issue
Block a user