fixing default env var for cors header (#656)

This commit is contained in:
Kevin Papst
2019-03-23 13:24:15 +01:00
committed by GitHub
parent 38ae013e03
commit 6f7035e4cf

View File

@@ -1,15 +1,19 @@
parameters:
env(CORS_ALLOW_ORIGIN): 'localhost'
nelmio_cors:
defaults:
allow_credentials: false
allow_origin: ['%env(CORS_ALLOW_ORIGIN)%']
allow_headers: []
# allow_origin: ['%env(CORS_ALLOW_ORIGIN)%']
# allow_headers: ['Content-Type', 'Authorization', 'X-AUTH-USER', 'X-AUTH-TOKEN']
allow_methods: []
# allow_methods: ['GET', 'OPTIONS', 'POST', 'PUT', 'PATCH', 'DELETE']
expose_headers: []
# expose_headers: ['Link']
max_age: 0
# max_age: 3600
allow_origin: []
allow_headers: []
allow_methods: []
expose_headers: []
max_age: 0
hosts: []
origin_regex: true
forced_allow_origin_value: ~