Optimized CSP check

This commit is contained in:
2025-08-07 09:33:19 +02:00
parent 34f9d773bd
commit 99c6c9ec92
5 changed files with 13 additions and 12 deletions

View File

@@ -8,8 +8,5 @@ container_port: 8000
# @todo implement the calling of also dependency domains (propably the easiest to write a script which adds all dependencies to group_names)
logout_domains: >-
{{
(
[primary_domain] +
(applications | logout_domains(group_names))
) | unique | join(',')
(applications | logout_domains(group_names)) | unique | join(',')
}}