mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
svelte/csp: add forgotten frame-ancestors directive to config
This commit is contained in:
parent
391a8950c5
commit
b4dd506f61
1 changed files with 3 additions and 1 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue