From 39f4241013b4fc2689a6259a547eccc4be4e2638 Mon Sep 17 00:00:00 2001 From: gently <1243610+gentlyxu@users.noreply.github.com> Date: Tue, 14 May 2024 19:53:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E5=AE=BD=E6=9D=BE=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E5=8F=96=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/lib/addressMaker.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/addressMaker.class.php b/scripts/lib/addressMaker.class.php index 0e5b4e39..314a1846 100644 --- a/scripts/lib/addressMaker.class.php +++ b/scripts/lib/addressMaker.class.php @@ -124,7 +124,7 @@ class addressMaker if ( preg_match( - '/^\|\|([0-9a-z\-\.]+[a-z]+)\^(\$([^=~]+?,)?(image|third-party|script)(,[^=~]+)?)?$/', + '/^\|\|([0-9a-z\-\.]+[a-z]+)\^(\$([^=~]+?,)?(image|third-party|script|subdocument|popup|rewrite)(,[^=~]+)?)?$/', $line, $matches )