|
|
|
@ -38,7 +38,7 @@ return [
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* Matches the request origin. `[*]` allows all origins. Wildcards can be used, eg `*.mydomain.com`
|
|
|
|
* Matches the request origin. `[*]` allows all origins. Wildcards can be used, eg `*.mydomain.com`
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
'allowed_origins' => env('PF_CORS_ALLOWED_ORIGINS') ? explode(',', env('PF_CORS_ALLOWED_ORIGINS', '')) : [],
|
|
|
|
'allowed_origins' => env('PF_CORS_ALLOWED_ORIGINS') ? explode(',', env('PF_CORS_ALLOWED_ORIGINS', '')) : [],
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* Patterns that can be used with `preg_match` to match the origin.
|
|
|
|
* Patterns that can be used with `preg_match` to match the origin.
|
|
|
|
|