Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- directives:
- child-src:
- - '''self'''
- connect-src:
- - '''self'''
- - 'blob:'
- - 'https://${COMPANION_DOMAIN|companion.opencloud.test}${TRAEFIK_PORT_HTTPS}/'
- - 'wss://${COMPANION_DOMAIN|companion.opencloud.test}${TRAEFIK_PORT_HTTPS}/'
- - 'https://raw.githubusercontent.com/opencloud-eu/awesome-apps/'
- - 'https://${IDP_DOMAIN|keycloak.opencloud.test}${TRAEFIK_PORT_HTTPS}/'
- - 'https://update.opencloud.eu/'
- - 'https://pocketid.***.de/'
- - 'wss://pocketid.***.de/'
- default-src:
- - '''none'''
- font-src:
- - '''self'''
- frame-ancestors:
- - '''self'''
- frame-src:
- - '''self'''
- - 'blob:'
- - 'https://embed.diagrams.net/'
- # In contrary to bash and docker the default is given after the | character
- - 'https://${COLLABORA_DOMAIN|collabora.opencloud.test}${TRAEFIK_PORT_HTTPS}/'
- # This is needed for the external-sites web extension when embedding sites
- - 'https://docs.opencloud.eu'
- img-src:
- - '''self'''
- - 'data:'
- - 'blob:'
- - 'https://raw.githubusercontent.com/opencloud-eu/awesome-apps/'
- - 'https://tile.openstreetmap.org/'
- # In contrary to bash and docker the default is given after the | character
- - 'https://${COLLABORA_DOMAIN|collabora.opencloud.test}${TRAEFIK_PORT_HTTPS}/'
- manifest-src:
- - '''self'''
- media-src:
- - '''self'''
- object-src:
- - '''self'''
- - 'blob:'
- script-src:
- - '''self'''
- - '''unsafe-inline'''
- - 'https://${IDP_DOMAIN|keycloak.opencloud.test}${TRAEFIK_PORT_HTTPS}/'
- style-src:
- - '''self'''
- - '''unsafe-inline'''
Advertisement
Add Comment
Please, Sign In to add comment