mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized CSP
This commit is contained in:
@@ -11,9 +11,9 @@ features:
|
||||
csp:
|
||||
flags:
|
||||
style-src:
|
||||
unsafe_inline: true
|
||||
unsafe-inline: true
|
||||
script-src:
|
||||
unsafe_inline: true
|
||||
unsafe-inline: true
|
||||
whitelist:
|
||||
font-src:
|
||||
- "http://*.{{primary_domain}}"
|
@@ -5,13 +5,14 @@ users:
|
||||
email: "{{ users.administrator.email }}"
|
||||
|
||||
credentials:
|
||||
# administrator_password: # Set in inventory file
|
||||
# database_password: # Set in your inventory file
|
||||
|
||||
features:
|
||||
matomo: true
|
||||
css: false
|
||||
landingpage_iframe: false
|
||||
ldap: false
|
||||
oidc: true
|
||||
central_database: true
|
||||
central_database: true
|
||||
csp:
|
||||
flags:
|
||||
script-src:
|
||||
unsafe-inline: true
|
@@ -11,4 +11,11 @@ features:
|
||||
landingpage_iframe: true
|
||||
ldap: true
|
||||
central_database: false
|
||||
oauth2: false
|
||||
oauth2: false
|
||||
csp:
|
||||
flags:
|
||||
style-src:
|
||||
unsafe-inline: true
|
||||
script-src:
|
||||
unsafe-inline: true
|
||||
unsafe-eval: true
|
@@ -4,4 +4,16 @@ features:
|
||||
css: false
|
||||
landingpage_iframe: false
|
||||
central_database: true
|
||||
oauth2: false
|
||||
oauth2: false
|
||||
csp:
|
||||
whitelist:
|
||||
script-src:
|
||||
- https://cdn.matomo.cloud
|
||||
style-src:
|
||||
- https://fonts.googleapis.com
|
||||
flags:
|
||||
script-src:
|
||||
unsafe-inline: true
|
||||
unsafe-eval: true
|
||||
style-src:
|
||||
unsafe-inline: true
|
@@ -4,7 +4,7 @@ ldap:
|
||||
csp:
|
||||
flags:
|
||||
style-src:
|
||||
unsafe_inline: true
|
||||
unsafe-inline: true
|
||||
oidc:
|
||||
enabled: "{{ applications.nextcloud.features.oidc | default(true) }}" # Activate OIDC for Nextcloud
|
||||
# floavor decides which OICD plugin should be used.
|
||||
|
@@ -16,4 +16,4 @@ features:
|
||||
csp:
|
||||
flags:
|
||||
script-src:
|
||||
unsafe_inline: true
|
||||
unsafe-inline: true
|
@@ -16,3 +16,6 @@ csp:
|
||||
- https://ka-f.fontawesome.com
|
||||
frame-src:
|
||||
- "{{ web_protocol }}://*.{{primary_domain}}"
|
||||
flags:
|
||||
style-src-elem:
|
||||
unsafe-inline: true
|
||||
|
@@ -16,6 +16,6 @@ csp:
|
||||
- https://cdnjs.cloudflare.com
|
||||
flags:
|
||||
style-src:
|
||||
unsafe_inline: true
|
||||
unsafe-inline: true
|
||||
script-src:
|
||||
unsafe-eval: true
|
@@ -1,4 +1,11 @@
|
||||
features:
|
||||
matomo: true
|
||||
css: true
|
||||
landingpage_iframe: false
|
||||
landingpage_iframe: false
|
||||
csp:
|
||||
flags:
|
||||
script-src:
|
||||
unsafe-inline: true
|
||||
unsafe-eval: true
|
||||
style-src:
|
||||
unsafe-inline: true
|
@@ -10,10 +10,15 @@ plugins:
|
||||
enabled: true
|
||||
activitypub:
|
||||
enabled: true
|
||||
|
||||
features:
|
||||
matomo: true
|
||||
css: false
|
||||
landingpage_iframe: false
|
||||
oidc: true
|
||||
central_database: true
|
||||
central_database: true
|
||||
csp:
|
||||
flags:
|
||||
style-src:
|
||||
unsafe-inline: true
|
||||
script-src:
|
||||
unsafe-inline: true
|
Reference in New Issue
Block a user