mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-23 13:35:04 +00:00
Added CSP to load external websites in whiteboard
This commit is contained in:
@@ -19,12 +19,16 @@ server:
|
||||
- "{{ WEBSOCKET_PROTOCOL }}://cloud.{{ PRIMARY_DOMAIN }}"
|
||||
- "{{ WEB_PROTOCOL }}://collabora.{{ PRIMARY_DOMAIN }}"
|
||||
- "{{ WEB_PROTOCOL }}://cloud.{{ PRIMARY_DOMAIN }}"
|
||||
- "*" # Required to load all external websites in Whiteboard
|
||||
frame-src:
|
||||
- "{{ WEBSOCKET_PROTOCOL }}://collabora.{{ PRIMARY_DOMAIN }}"
|
||||
- "{{ WEB_PROTOCOL }}://collabora.{{ PRIMARY_DOMAIN }}"
|
||||
- "https://newassets.hcaptcha.com/"
|
||||
- "*" # Required to load all external websites in Whiteboard
|
||||
worker-src:
|
||||
- "blob:"
|
||||
media-src:
|
||||
- "*" # Required to load all external websites in Whiteboard
|
||||
domains:
|
||||
canonical:
|
||||
- "next.cloud.{{ PRIMARY_DOMAIN }}"
|
||||
|
||||
Reference in New Issue
Block a user