From f3a6ab23c066d1f86b9880c9c117a441d8b4179c Mon Sep 17 00:00:00 2001 From: augushong Date: Thu, 28 Jul 2022 10:59:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=8F=90=E4=BA=A4=E8=BF=87?= =?UTF-8?q?=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Request.php b/app/Request.php index 6978a8e..da5ea87 100644 --- a/app/Request.php +++ b/app/Request.php @@ -13,5 +13,5 @@ namespace app; class Request extends \think\Request { - protected $filter = ['ua_htmlspecialchars']; + protected $filter = []; }