Files
codeocean/config/content_security_policy.yml.ci
2023-10-13 13:19:17 +02:00

21 lines
299 B
Plaintext

default: &default
#
# No additional directives, remove this line to add other directives.
{ }
development:
<<: *default
# Allow the webpack-dev-server in development
connect_src:
- http://localhost:3035
- ws://localhost:3035
production:
<<: *default
test:
<<: *default