Skip to content

Commit a93cfc0

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #472
2 parents 528f953 + 8ce66e4 commit a93cfc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nelmio/cors-bundle/1.5/config/packages/nelmio_cors.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ nelmio_cors:
44
allow_origin: ['%env(CORS_ALLOW_ORIGIN)%']
55
allow_methods: ['GET', 'OPTIONS', 'POST', 'PUT', 'PATCH', 'DELETE']
66
allow_headers: ['Content-Type', 'Authorization']
7+
expose_headers: ['Link']
78
max_age: 3600
89
paths:
910
'^/': ~

0 commit comments

Comments
 (0)