@@ -4,10 +4,10 @@ directives:
44 connect-src :
55 - ' '' self'' '
66 - ' blob:'
7- - ' https://${COMPANION_DOMAIN|companion.opencloud.test}${TRAEFIK_EXTERNAL_PORT }/'
8- - ' wss://${COMPANION_DOMAIN|companion.opencloud.test}${TRAEFIK_EXTERNAL_PORT }/'
7+ - ' https://${COMPANION_DOMAIN|companion.opencloud.test}${TRAEFIK_PORT_HTTPS }/'
8+ - ' wss://${COMPANION_DOMAIN|companion.opencloud.test}${TRAEFIK_PORT_HTTPS }/'
99 - ' https://raw.githubusercontent.com/opencloud-eu/awesome-apps/'
10- - ' https://${IDP_DOMAIN|keycloak.opencloud.test}${TRAEFIK_EXTERNAL_PORT }/'
10+ - ' https://${IDP_DOMAIN|keycloak.opencloud.test}${TRAEFIK_PORT_HTTPS }/'
1111 - ' https://update.opencloud.eu/'
1212 default-src :
1313 - ' '' none'' '
@@ -20,7 +20,7 @@ directives:
2020 - ' blob:'
2121 - ' https://embed.diagrams.net/'
2222 # In contrary to bash and docker the default is given after the | character
23- - ' https://${COLLABORA_DOMAIN|collabora.opencloud.test}${TRAEFIK_EXTERNAL_PORT }/'
23+ - ' https://${COLLABORA_DOMAIN|collabora.opencloud.test}${TRAEFIK_PORT_HTTPS }/'
2424 # This is needed for the external-sites web extension when embedding sites
2525 - ' https://docs.opencloud.eu'
2626 img-src :
@@ -30,7 +30,7 @@ directives:
3030 - ' https://raw.githubusercontent.com/opencloud-eu/awesome-apps/'
3131 - ' https://tile.openstreetmap.org/'
3232 # In contrary to bash and docker the default is given after the | character
33- - ' https://${COLLABORA_DOMAIN|collabora.opencloud.test}${TRAEFIK_EXTERNAL_PORT }/'
33+ - ' https://${COLLABORA_DOMAIN|collabora.opencloud.test}${TRAEFIK_PORT_HTTPS }/'
3434 manifest-src :
3535 - ' '' self'' '
3636 media-src :
@@ -41,7 +41,7 @@ directives:
4141 script-src :
4242 - ' '' self'' '
4343 - ' '' unsafe-inline'' '
44- - ' https://${IDP_DOMAIN|keycloak.opencloud.test}${TRAEFIK_EXTERNAL_PORT }/'
44+ - ' https://${IDP_DOMAIN|keycloak.opencloud.test}${TRAEFIK_PORT_HTTPS }/'
4545 style-src :
4646 - ' '' self'' '
4747 - ' '' unsafe-inline'' '
0 commit comments