You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 rivejä
417 B

  1. nelmio_cors:
  2. defaults:
  3. origin_regex: true
  4. # allow_origin: ['%env(CORS_ALLOW_ORIGIN)%']
  5. allow_methods: ['GET', 'OPTIONS', 'POST', 'PUT', 'PATCH', 'DELETE']
  6. # allow_headers: ['Content-Type', 'Authorization']
  7. # expose_headers: ['Link']
  8. expose_headers: ['*']
  9. allow_origin: [ '*' ]
  10. allow_headers: [ '*' ]
  11. max_age: 3600
  12. paths:
  13. '^/': null