Skip to content

Commit 1a247af

Browse files
committed
Fix nelmio/NelmioCorsBundle misconfiguration
1 parent 54f014f commit 1a247af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/config/packages/nelmio_cors.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
nelmio_cors:
22
defaults:
33
allow_credentials: true
4-
origin_regex: true
54
allow_origin: ['%env(CORS_ALLOW_ORIGIN)%']
65
allow_methods: ['GET', 'OPTIONS', 'POST', 'PUT', 'PATCH', 'DELETE']
76
allow_headers: ['Content-Type', 'Authorization']

0 commit comments

Comments
 (0)