From 8100e34032c73cc630a9d49bea14e9a72fea6bac Mon Sep 17 00:00:00 2001 From: Seven Du Date: Fri, 16 Mar 2018 06:45:16 +0000 Subject: [PATCH] Apply fixes from StyleCI --- config/cors.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config/cors.php b/config/cors.php index 81f8d03d8..f1f0e1ed4 100644 --- a/config/cors.php +++ b/config/cors.php @@ -1,5 +1,21 @@ | + * | Homepage: www.thinksns.com | + * +----------------------------------------------------------------------+ + */ + return [ 'allow-credentiails' => env('CORS_ALLOW_CREDENTIAILS', false), // set "Access-Control-Allow-Credentials" 👉 string "false" or "true". 'allow-headers' => ['*'], // ex: Content-Type, Accept, X-Requested-With