From 28651499df4100dcec6016ac83bc41dfc3c08a23 Mon Sep 17 00:00:00 2001 From: xiaochong0302 Date: Sun, 7 May 2023 18:11:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96htmlprufier=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Library/Purifier.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Library/Purifier.php b/app/Library/Purifier.php index f2e571af..87589a5f 100644 --- a/app/Library/Purifier.php +++ b/app/Library/Purifier.php @@ -23,7 +23,6 @@ class Purifier */ protected $options = [ 'CSS.AllowedProperties' => 'color,font-size,text-align,background-color', - 'Core.EscapeNonASCIICharacters' => true, 'AutoFormat.AutoParagraph' => true, 'AutoFormat.RemoveEmpty' => true, 'HTML.TargetBlank' => true,