Merge pull request #292 from chippey5/main

Add IDP_DOMAIN to the frame-src section in csp.yaml
This commit is contained in:
Michael Barz
2026-06-25 09:29:36 +02:00
committed by GitHub

View File

@@ -25,6 +25,7 @@ directives:
- 'https://${EURO_OFFICE_DOMAIN|euro-office.opencloud.test}${TRAEFIK_PORT_HTTPS}/' - 'https://${EURO_OFFICE_DOMAIN|euro-office.opencloud.test}${TRAEFIK_PORT_HTTPS}/'
# This is needed for the external-sites web extension when embedding sites # This is needed for the external-sites web extension when embedding sites
- 'https://docs.opencloud.eu' - 'https://docs.opencloud.eu'
- 'https://${IDP_DOMAIN|keycloak.opencloud.test}${TRAEFIK_PORT_HTTPS}/'
img-src: img-src:
- '''self''' - '''self'''
- 'data:' - 'data:'