Allow applications from {{ origin }} to access the WebDAV (by setting a cookie)?
{% if back_url %}
You will then be redirected to '{{ back_url }}'.
{% endif %}
{% if cookie_list %}
List of other authorized origins:
{% for cookie in cookie_list %}
- {{ cookie }}
{% endfor %}
{% else %}
No other origins are authorized to access the WebDAV server.
{% endif %}