update CSP to allow rybbit for some ingresses [ci skip]
This commit is contained in:
parent
a225bad3cb
commit
73feb9cc46
1 changed files with 9 additions and 6 deletions
|
|
@ -95,4 +95,7 @@ module "ingress" {
|
||||||
host = "pb"
|
host = "pb"
|
||||||
tls_secret_name = var.tls_secret_name
|
tls_secret_name = var.tls_secret_name
|
||||||
rybbit_site_id = "3ae810b0476d"
|
rybbit_site_id = "3ae810b0476d"
|
||||||
|
additional_configuration_snippet = <<-EOF
|
||||||
|
more_set_headers "Content-Security-Policy: script-src 'self' 'unsafe-inline' 'unsafe-eval' 'wasm-unsafe-eval' https://rybbit.viktorbarzin.me";
|
||||||
|
EOF
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue