Optimized CSP

This commit is contained in:
2025-05-15 09:03:01 +02:00
parent 551c041452
commit 779c60ef20
12 changed files with 61 additions and 21 deletions

View File

@@ -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