From 0d643ea8eea9b3182a34c9363e6e81bde5da910f Mon Sep 17 00:00:00 2001 From: Salim Kanoun Date: Sun, 1 Sep 2024 17:34:02 +0200 Subject: [PATCH] return to public cors --- GaelO2/config/cors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GaelO2/config/cors.php b/GaelO2/config/cors.php index 793fc4bb8..f66461c9e 100644 --- a/GaelO2/config/cors.php +++ b/GaelO2/config/cors.php @@ -19,7 +19,7 @@ 'allowed_methods' => ['*'], - 'allowed_origins' => env('APP_ENV', 'production') === 'production' ? ['*.gaelo.fr', '*.pixilib.fr'] : ['*'], //['*'] for non production environements + 'allowed_origins' => ['*'], 'allowed_origins_patterns' => ['*'],