Change glitch-soc's CSP config to match upstream's closer (#2474)

This commit is contained in:
Claire
2023-11-20 13:02:49 +01:00
committed by GitHub
parent c34a3a83e1
commit d59196e170
2 changed files with 35 additions and 39 deletions

View File

@@ -20,7 +20,7 @@ describe 'Content-Security-Policy' do
"form-action 'self'",
"child-src 'self' blob: https://cb6e6126.ngrok.io",
"worker-src 'self' blob: https://cb6e6126.ngrok.io",
"connect-src 'self' blob: data: ws://localhost:4000 https://cb6e6126.ngrok.io",
"connect-src 'self' data: blob: https://cb6e6126.ngrok.io https://cb6e6126.ngrok.io ws://localhost:4000",
"script-src 'self' https://cb6e6126.ngrok.io 'wasm-unsafe-eval'"
)
end