[CSP] Add documentation about connect_src for WebSocket

This commit is contained in:
Sebastian Serth
2022-09-06 13:45:03 +02:00
parent fac1357e5d
commit d1ab0a6d86

View File

@ -9,6 +9,10 @@ default: &default
- https://*.s3.xopic.de - https://*.s3.xopic.de
- https://s3.openhpicloud.de - https://s3.openhpicloud.de
- https://*.s3.openhpicloud.de - https://*.s3.openhpicloud.de
# Webkit didn't consider the WSS scheme as part of 'self', adding it explicitly
# See https://bugs.webkit.org/show_bug.cgi?id=235873
connect_src:
- wss://codeocean.openhpi.de
# Optionally: Specify a custom, non-Sentry URL for reporting CSP violations # Optionally: Specify a custom, non-Sentry URL for reporting CSP violations
# report_uri: https://example.com/csp-report # report_uri: https://example.com/csp-report