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.
2 parents 54f014f + 1a247af commit 088a4ddCopy full SHA for 088a4dd
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