From 50e87157b4a8ffd3dfb56b3d69075cd67481714a Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Sat, 14 Jan 2023 18:54:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E8=B7=A8=E5=9F=9F?= =?UTF-8?q?=E5=AE=89=E5=85=A8=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/cors.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config/cors.php b/config/cors.php index ec9ac6d..38b7b37 100644 --- a/config/cors.php +++ b/config/cors.php @@ -1,5 +1,13 @@ ['*'], - 'allowed_origins' => ['*'], + 'allowed_origins' => $allowed_origins, 'allowed_origins_patterns' => [],