config/packages/nelmio_cors.yaml
unknown
plain_text
a year ago
297 B
8
Indexable
nelmio_cors:
defaults:
origin_regex: true
allow_origin: ['*']
allow_methods: ['GET', 'OPTIONS', 'POST', 'PUT', 'PATCH', 'DELETE']
allow_headers: ['Content-Type', 'Authorization']
expose_headers: ['Link']
max_age: 3600
paths:
'^/': ~
Editor is loading...
Leave a Comment