Files
symfony-flex-recipes/nelmio/cors-bundle/1.5/manifest.json
T
Yannoff ed11407326 [nelmio/cors-bundle] Fix CORS_ALLOW_ORIGIN format
- Wrap value between simple quotes: avoid shell error when sourcing `.env` file
2020-11-24 18:55:45 +01:00

13 lines
278 B
JSON

{
"bundles": {
"Nelmio\\CorsBundle\\NelmioCorsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"CORS_ALLOW_ORIGIN": "'^https?://(localhost|127\\.0\\.0\\.1)(:[0-9]+)?$'"
},
"aliases": ["cors"]
}