mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Without this, browser refused to play the video. To reproduce press `open` on an uploaded video on CZO. Chrome gives us the following error in console: Refused to load media from '<source>' because it violates the following Content Security Policy directive: "default-src 'none'". Note that 'media-src' was not explicitly set, so 'default-src' is used as a fallback.