mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
coderdojo: Add Typebot instance to CSP
This commit is contained in:
parent
8d8f346de3
commit
71628280f4
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ server.document-root = "@site@"
|
||||||
index-file.names = ( "index.html" )
|
index-file.names = ( "index.html" )
|
||||||
|
|
||||||
setenv.set-response-header += (
|
setenv.set-response-header += (
|
||||||
"Content-Security-Policy" => "default-src 'self' https://photos.gutwe.in; image-src 'self' https://photos.gutwe.in; script-src 'self' 'eval' 'unsafe-inline' https://hcaptcha.com https://*.hcaptcha.com; frame-src 'self' https://hcaptcha.com https://*.hcaptcha.com; style-src 'self' 'unsafe-inline' https://hcaptcha.com https://*.hcaptcha.com; connect-src 'self' https://hcaptcha.com https://*.hcaptcha.com; frame-ancestors 'none'",
|
"Content-Security-Policy" => "default-src 'self'; img-src 'self' data: https://photos.gutwe.in; script-src 'self' 'eval' 'unsafe-inline' https://hcaptcha.com https://*.hcaptcha.com https://bot.coderdojo-wue.de; frame-src 'self' https://hcaptcha.com https://*.hcaptcha.com; style-src 'self' 'unsafe-inline' https://hcaptcha.com https://*.hcaptcha.com; connect-src 'self' https://hcaptcha.com https://*.hcaptcha.com https://bot.coderdojo-wue.de; frame-ancestors 'none'",
|
||||||
)
|
)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue