Skip to content
Snippets Groups Projects
Commit a3858056 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Allow configuring PERMITTED_METADATA_DOMAINS in proto3

parent c6951c98
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,9 @@ URL_PARAMS = "" ...@@ -39,6 +39,9 @@ URL_PARAMS = ""
{% if cdn_url is defined %} {% if cdn_url is defined %}
CDN_URL = "{{cdn_url}}" CDN_URL = "{{cdn_url}}"
{% endif %} {% endif %}
{% if protokolle_metadata_domain_whitelist is defined %}
PERMITTED_METADATA_DOMAINS = [ {% for domain in protokolle_metadata_domain_whitelist %} "{{domain}}", {% endfor %} ]
{% endif %}
PRINTING_ACTIVE = {{ protokolle_printing }} PRINTING_ACTIVE = {{ protokolle_printing }}
PRINTING_SERVER = "{{ protokolle_printing_server }}" PRINTING_SERVER = "{{ protokolle_printing_server }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment