mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-18 10:40:33 +02:00
Added more CSP Configurations for services running on veen.world
This commit is contained in:
parent
1031b61f6a
commit
f7cfd13d5a
@ -16,3 +16,4 @@ csp:
|
||||
flags:
|
||||
script-src:
|
||||
unsafe-inline: true
|
||||
unsafe-eval: true
|
@ -9,3 +9,15 @@ features:
|
||||
css: true
|
||||
landingpage_iframe: true
|
||||
central_database: true
|
||||
csp:
|
||||
flags:
|
||||
script-src:
|
||||
unsafe-inline: true
|
||||
style-src:
|
||||
unsafe-inline: true
|
||||
whitelist:
|
||||
font-src:
|
||||
- "data:"
|
||||
- "blob:"
|
||||
worker-src:
|
||||
- "blob:"
|
@ -16,3 +16,9 @@ features:
|
||||
landingpage_iframe: false
|
||||
oidc: false # Deactivated OIDC due to this issue https://github.com/matrix-org/synapse/issues/10492
|
||||
central_database: true
|
||||
csp:
|
||||
flags:
|
||||
script-src:
|
||||
unsafe-inline: true
|
||||
style-src:
|
||||
unsafe-inline: true
|
@ -9,3 +9,14 @@ features:
|
||||
css: true
|
||||
landingpage_iframe: false
|
||||
central_database: true
|
||||
csp:
|
||||
flags:
|
||||
script-src:
|
||||
unsafe-inline: true
|
||||
unsafe-eval: true
|
||||
style-src:
|
||||
unsafe-inline: true
|
||||
whitelist:
|
||||
font-src:
|
||||
- "data:"
|
||||
- "blob:"
|
@ -9,7 +9,7 @@ csp:
|
||||
unsafe-inline: true
|
||||
whitelist:
|
||||
font-src:
|
||||
- data:
|
||||
- "data:"
|
||||
oidc:
|
||||
enabled: "{{ applications.nextcloud.features.oidc | default(true) }}" # Activate OIDC for Nextcloud
|
||||
# floavor decides which OICD plugin should be used.
|
||||
|
@ -5,3 +5,10 @@ features:
|
||||
css: true
|
||||
landingpage_iframe: false
|
||||
central_database: true
|
||||
csp:
|
||||
flags:
|
||||
script-src:
|
||||
unsafe-inline: true
|
||||
unsafe-eval: true
|
||||
style-src:
|
||||
unsafe-inline: true
|
@ -12,3 +12,11 @@ features:
|
||||
landingpage_iframe: false
|
||||
oidc: false
|
||||
central_database: true
|
||||
|
||||
csp:
|
||||
flags:
|
||||
script-src:
|
||||
unsafe-inline: true
|
||||
unsafe-eval: true
|
||||
style-src:
|
||||
unsafe-inline: true
|
@ -24,4 +24,6 @@ csp:
|
||||
unsafe-inline: true
|
||||
whitelist:
|
||||
worker-src:
|
||||
- blob:
|
||||
- "blob:"
|
||||
font-src:
|
||||
- "data:"
|
Loading…
x
Reference in New Issue
Block a user