PHP Classes

File: config/packages/nelmio_cors.yaml

Recommend this page to a friend!
  Classes of Niko   PHP HouseHold   config/packages/nelmio_cors.yaml   Download  
File: config/packages/nelmio_cors.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HouseHold
Manage the stock of groceries in a house
Author: By
Last change:
Date: 2 years ago
Size: 323 bytes
 

Contents

Class file image Download
nelmio_cors: defaults: origin_regex: true allow_origin: ['%env(CORS_ALLOW_ORIGIN)%'] allow_methods: ['GET', 'OPTIONS', 'POST', 'PUT', 'PATCH', 'DELETE'] allow_headers: ['Content-Type', 'Authorization'] expose_headers: ['Link'] max_age: 3600 paths: '^/': null