ansible-base/roles/owncloud/templates/csp.yaml.j2

7 lines
166 B
Plaintext
Raw Normal View History

2025-09-17 23:43:22 +02:00
directives:
connect-src:
- '''self'''
2025-10-07 16:54:04 +02:00
{% if cfg_owncloud.authentication.kind == 'authelia' %}
- '{{cfg_owncloud.authentication.data.url_base}}'
2025-09-17 23:43:22 +02:00
{% endif %}