mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-05 20:58:21 +00:00
Added more CSP conditions
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user