We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f014f commit 1a247afCopy full SHA for 1a247af
src/api/config/packages/nelmio_cors.yaml
@@ -1,7 +1,6 @@
1
nelmio_cors:
2
defaults:
3
allow_credentials: true
4
- origin_regex: true
5
allow_origin: ['%env(CORS_ALLOW_ORIGIN)%']
6
allow_methods: ['GET', 'OPTIONS', 'POST', 'PUT', 'PATCH', 'DELETE']
7
allow_headers: ['Content-Type', 'Authorization']
0 commit comments