diff --git a/roles/myconext/tasks/main.yml b/roles/myconext/tasks/main.yml index e37729542..fc2145af9 100644 --- a/roles/myconext/tasks/main.yml +++ b/roles/myconext/tasks/main.yml @@ -161,9 +161,7 @@ - source: /opt/openconext/common/favicon.ico target: /var/www/favicon.ico type: bind - - source: /opt/openconext/myconext/apple-app-site-association - target: /var/www/.well-known/apple-app-site-association - type: bind + env: HTTPD_CSP: "{{ httpd_csp.lenient_with_static_img }}" HTTPD_SERVERNAME: "mijn.{{ myconext_base_domain }}" @@ -200,6 +198,9 @@ - source: /opt/openconext/common/favicon.ico target: /var/www/favicon.ico type: bind + - source: /opt/openconext/myconext/apple-app-site-association + target: /var/www/.well-known/apple-app-site-association + type: bind env: HTTPD_CSP: "{{ httpd_csp.lenient_with_static_img_for_idp }}"