Files
crm_ecosplay/config/packages/dev/nelmio_security.yaml

11 lines
269 B
YAML
Raw Normal View History

2026-04-01 15:42:52 +02:00
nelmio_security:
csp:
enforce:
script-src:
- 'wasm-unsafe-eval'
- 'http://localhost:5173/'
style-src:
- 'unsafe-inline'
connect-src:
- 'ws://localhost:5173'