Files
SIRH/config/packages/nelmio_cors.yaml
tristan 5be33abb03
All checks were successful
Auto Tag Develop / tag (push) Successful in 5s
fix : correction de l'impression des absences + ajout d'un favicon
2026-02-09 20:49:47 +01:00

12 lines
378 B
YAML

nelmio_cors:
defaults:
origin_regex: true
allow_origin: ['%env(CORS_ALLOW_ORIGIN)%']
allow_methods: ['GET', 'OPTIONS', 'POST', 'PUT', 'PATCH', 'DELETE']
allow_headers: ['Content-Type', 'Authorization']
allow_credentials: true
expose_headers: ['Link', 'Content-Disposition']
max_age: 3600
paths:
'^/': null