mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
Merge pull request #1963 from BoGnY/fix/csp-directive
Fixed missing CSP directive and value
This commit is contained in:
commit
16ba65c424
@ -58,6 +58,7 @@ class SecureHeaders
|
||||
"font-src 'self'",
|
||||
"connect-src 'self'",
|
||||
"img-src 'self' data: https://api.tiles.mapbox.com",
|
||||
"manifest-src 'self'",
|
||||
];
|
||||
|
||||
$featurePolicies = [
|
||||
|
Loading…
Reference in New Issue
Block a user