Solved CSP bugs for echoserver

This commit is contained in:
2025-06-10 18:25:39 +02:00
parent 90e9e00205
commit 2541cc1c91
6 changed files with 11 additions and 2 deletions

View File

@@ -13,11 +13,14 @@ csp:
style-src:
- https://fonts.googleapis.com
flags:
script-src:
unsafe-eval: true
script-src-elem:
unsafe-inline: true
unsafe-eval: true
style-src:
unsafe-inline: true
unsafe-eval: true
domains:
aliases:
- "analytics.{{ primary_domain }}"