feat: add drawio instance for nextcloud and opencloud
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
f3f2b6d5b7
commit
910986b808
11 changed files with 152 additions and 4 deletions
|
|
@ -7,6 +7,13 @@ directives:
|
|||
{% for url in opencloud_csp_extra_connect_src %}
|
||||
- "{{ url }}"
|
||||
{% endfor %}
|
||||
{% if opencloud_csp_extra_frame_src | length > 0 %}
|
||||
frame-src:
|
||||
- "'self'"
|
||||
{% for url in opencloud_csp_extra_frame_src %}
|
||||
- "{{ url }}"
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
script-src:
|
||||
- "'self'"
|
||||
- "'unsafe-inline'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue