Advertisement
Guest User

Untitled

a guest
Mar 24th, 2025
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.26 KB | None | 0 0
  1. directives:
  2.   child-src:
  3.    - '''self'''
  4.   connect-src:
  5.    - '''self'''
  6.     - 'blob:'
  7.     - 'https://${COMPANION_DOMAIN|companion.owncloud.test}/'
  8.     - 'wss://${COMPANION_DOMAIN|companion.owncloud.test}/'
  9.     - 'https://raw.githubusercontent.com/owncloud/awesome-ocis/'
  10.     - 'https://auth.192.168.86.137:9200/'
  11.   default-src:
  12.    - '''none'''
  13.   font-src:
  14.    - '''self'''
  15.   frame-ancestors:
  16.    - '''self'''
  17.   frame-src:
  18.    - '''self'''
  19.     - 'blob:'
  20.     - 'https://embed.diagrams.net/'
  21.     # In contrary to bash and docker the default is given after the | character
  22.     - 'https://${ONLYOFFICE_DOMAIN|onlyoffice.owncloud.test}/'
  23.     - 'https://${COLLABORA_DOMAIN|collabora.owncloud.test}/'
  24.   img-src:
  25.    - '''self'''
  26.     - 'data:'
  27.     - 'blob:'
  28.     - 'https://raw.githubusercontent.com/owncloud/awesome-ocis/'
  29.     # In contrary to bash and docker the default is given after the | character
  30.     - 'https://${ONLYOFFICE_DOMAIN|onlyoffice.owncloud.test}/'
  31.     - 'https://${COLLABORA_DOMAIN|collabora.owncloud.test}/'
  32.   manifest-src:
  33.    - '''self'''
  34.   media-src:
  35.    - '''self'''
  36.   object-src:
  37.    - '''self'''
  38.     - 'blob:'
  39.   script-src:
  40.    - '''self'''
  41.     - '''unsafe-inline'''
  42.   style-src:
  43.    - '''self'''
  44.     - '''unsafe-inline'''
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement