Merge pull request #1963 from BoGnY/fix/csp-directive

Fixed missing CSP directive and value
This commit is contained in:
James Cole 2019-01-03 16:13:33 +01:00 committed by GitHub
commit 16ba65c424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [