mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Fixed missing CSP directive and value
Signed-off-by: Luca Bognolo <git@bogny.eu>
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user