svelte/csp: add forgotten frame-ancestors directive to config

This commit is contained in:
dumbmoron 2024-09-30 14:31:44 +00:00
parent 391a8950c5
commit b4dd506f61
No known key found for this signature in database

View file

@ -76,7 +76,9 @@ const config = {
// hash of the theme preloader in app.html // hash of the theme preloader in app.html
"sha256-g67gIjM3G8yMbjbxyc3QUoVsKhdxgcQzCmSKXiZZo6s=", "sha256-g67gIjM3G8yMbjbxyc3QUoVsKhdxgcQzCmSKXiZZo6s=",
] ],
"frame-ancestors": ["none"]
} }
}, },
env: { env: {