From 54fbdb47f578beb915a264326c82d05efa59a7c5 Mon Sep 17 00:00:00 2001 From: lyc <488043287@qq.com> Date: Wed, 2 Mar 2022 16:46:49 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20 tags if ($options->isRemoveScripts()) { - $str = \mb_eregi_replace("<\s*script[^>]*[^/]>(.*?)<\s*/\s*script\s*>", '', $str); + $str = \mb_eregi_replace("<\s*script[^>|\s]*[^/]>(.*?)<\s*/\s*script\s*>", '', $str); if ($str === false) { throw new LogicalException('mb_eregi_replace returned false instead of a string. Error when attempting to remove scripts 1.'); } @@ -86,7 +86,7 @@ public function clean(string $str, Options $options, string $defaultCharset): st // strip out