Guest User

Untitled

a guest
Nov 29th, 2025
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.58 KB | None | 0 0
  1. directives:
  2.   child-src:
  3.    - '''self'''
  4.   connect-src:
  5.    - '''self'''
  6.     - 'blob:'
  7.     - 'https://${COMPANION_DOMAIN|companion.opencloud.test}${TRAEFIK_PORT_HTTPS}/'
  8.     - 'wss://${COMPANION_DOMAIN|companion.opencloud.test}${TRAEFIK_PORT_HTTPS}/'
  9.     - 'https://raw.githubusercontent.com/opencloud-eu/awesome-apps/'
  10.     - 'https://${IDP_DOMAIN|keycloak.opencloud.test}${TRAEFIK_PORT_HTTPS}/'
  11.     - 'https://update.opencloud.eu/'
  12.     - 'https://pocketid.***.de/'
  13.     - 'wss://pocketid.***.de/'
  14.   default-src:
  15.    - '''none'''
  16.   font-src:
  17.    - '''self'''
  18.   frame-ancestors:
  19.    - '''self'''
  20.   frame-src:
  21.    - '''self'''
  22.     - 'blob:'
  23.     - 'https://embed.diagrams.net/'
  24.     # In contrary to bash and docker the default is given after the | character
  25.     - 'https://${COLLABORA_DOMAIN|collabora.opencloud.test}${TRAEFIK_PORT_HTTPS}/'
  26.     # This is needed for the external-sites web extension when embedding sites
  27.     - 'https://docs.opencloud.eu'
  28.   img-src:
  29.    - '''self'''
  30.     - 'data:'
  31.     - 'blob:'
  32.     - 'https://raw.githubusercontent.com/opencloud-eu/awesome-apps/'
  33.     - 'https://tile.openstreetmap.org/'
  34.     # In contrary to bash and docker the default is given after the | character
  35.     - 'https://${COLLABORA_DOMAIN|collabora.opencloud.test}${TRAEFIK_PORT_HTTPS}/'
  36.   manifest-src:
  37.    - '''self'''
  38.   media-src:
  39.    - '''self'''
  40.   object-src:
  41.    - '''self'''
  42.     - 'blob:'
  43.   script-src:
  44.    - '''self'''
  45.     - '''unsafe-inline'''
  46.     - 'https://${IDP_DOMAIN|keycloak.opencloud.test}${TRAEFIK_PORT_HTTPS}/'
  47.   style-src:
  48.    - '''self'''
  49.     - '''unsafe-inline'''
Advertisement
Add Comment
Please, Sign In to add comment