mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 12:43:57 -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'",
|
||||
"base-uri 'self'",
|
||||
"form-action 'self'",
|
||||
"font-src 'self'",
|
||||
"font-src 'self' data: https://fonts.gstatic.com",
|
||||
"connect-src 'self'",
|
||||
"img-src 'self' data: https://api.tiles.mapbox.com",
|
||||
"manifest-src 'self'",
|
||||
];
|
||||
|
||||
$featurePolicies = [
|
||||
|
Loading…
Reference in New Issue
Block a user