diff --git a/uwsgi-python/templates/apps/protokollsystem.j2 b/uwsgi-python/templates/apps/protokollsystem.j2 index 63a9cbc91c232cbcaf2eef78f24ef23398d55ecd..2255bbe87317d9a4e1f34b7b80c7f8fc9a4bb272 100644 --- a/uwsgi-python/templates/apps/protokollsystem.j2 +++ b/uwsgi-python/templates/apps/protokollsystem.j2 @@ -39,6 +39,7 @@ URL_PARAMS = "" {% if cdn_url is defined %} CDN_URL = "{{cdn_url}}" {% endif %} +PERMITTED_METADATA_DOMAINS = {{protokolle_metadata_domain_whitelist|default([])}} PRINTING_ACTIVE = {{ protokolle_printing }} PRINTING_SERVER = "{{ protokolle_printing_server }}"