Optimized CSP

This commit is contained in:
2025-05-19 10:05:30 +02:00
parent ab8b99b2c1
commit cc3f5d75ea
6 changed files with 53 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import_realm: True # If True realm will b
credentials:
features:
matomo: true
css: true
css: false
portfolio_iframe: true
ldap: true
central_database: true

View File

@@ -1,7 +1,7 @@
version: "bookworm"
features:
matomo: true
css: true
css: false
portfolio_iframe: false
central_database: true
csp:

View File

@@ -12,4 +12,13 @@ features:
css: true
portfolio_iframe: false
central_database: true
oauth2: true
oauth2: true
csp:
flags:
style-src:
unsafe-inline: true
script-src:
unsafe-inline: true
whitelist:
font-src:
- "data:"

View File

@@ -9,4 +9,10 @@ features:
portfolio_iframe: false
central_database: true
oauth2: true
hostname: central-mariadb
hostname: central-mariadb
csp:
flags:
style-src:
unsafe-inline: true
script-src:
unsafe-inline: true