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:
parent
45006fc486
commit
e7764a0269
2
apps/blueprints/next.config.js
vendored
2
apps/blueprints/next.config.js
vendored
@ -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: ;",
|
||||
|
Loading…
x
Reference in New Issue
Block a user