1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2025-03-17 21:17:57 +02:00

Change csp to report only

This commit is contained in:
Bart 2021-04-17 13:04:15 +02:00
parent 45006fc486
commit e7764a0269

View File

@ -40,7 +40,7 @@ module.exports = {
value: "max-age=31536000; includeSubDomains",
},
{
key: "Content-Security-Policy",
key: "Content-Security-Policy-Report-Only",
// 'unsafe-eval' and 'worker-src blob:' are required for wasm
value:
"script-src 'self' 'unsafe-eval' https://factorio-blueprints-assets.storage.googleapis.com https://static.cloudflareinsights.com ; worker-src blob: ;",