Files
codeocean/config/content_security_policy.yml.ci
2022-09-06 11:20:57 +02:00

19 lines
235 B
Plaintext

default: &default
default_src: []
development:
<<: *default
# Allow the webpack-dev-server in development
connect_src:
- http://localhost:3035
- ws://localhost:3035
production:
<<: *default
test:
<<: *default