Added more CSP conditions

This commit is contained in:
2025-05-15 12:56:22 +02:00
parent f7cfd13d5a
commit 20020cca92
23 changed files with 65 additions and 50 deletions

View File

@@ -21,4 +21,11 @@ csp:
script-src:
unsafe-inline: true
style-src:
unsafe-inline: true
unsafe-inline: true
whitelist:
connect-src:
- "{{ domains.element }}"
- "{{ domains.synapse }}"
script-src:
- "{{ domains.element }}"
- "{{ domains.synapse }}"