From c7f4f0c76441f763afc32b03567301d567ca4e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 16 Sep 2020 20:35:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Http/Response.php | 1 - 1 file changed, 1 deletion(-) diff --git a/HttpServer/Http/Response.php b/HttpServer/Http/Response.php index ff6bbe81..366cd527 100644 --- a/HttpServer/Http/Response.php +++ b/HttpServer/Http/Response.php @@ -172,7 +172,6 @@ class Response extends Application { $this->response->status($status); $this->response->header('Content-Type', $this->getContentType()); - $this->response->header('Access-Control-Allow-Origin', '*'); $this->response->header('Run-Time', $this->getRuntime()); if (empty($sendData)) { $sendData = '';