Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CSP to allow replays to play in release builds (#612)
This PR updates CSP used for the IDE panel. This is needed for replays to work, as the built-in player streams the video over http, we need to allow for this. The issue wasn't detected with non-release builds before as we use different CSP settings there that are much more permissive in order to allow for things like hot reload. ## Test plan Try out replays on release build
- Loading branch information