config/packages/nelmio_cors.yaml

mail@pastecode.io avatar
unknown
plain_text
a month ago
297 B
2
Indexable
Never
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:
        '^/': ~
Leave a Comment