From f55609eac8151906ea3543a6bdff173886ddbe2c Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Wed, 14 May 2025 00:23:54 +0900 Subject: [PATCH] Add syndication module to blacklist --- common/defaults/blacklist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/common/defaults/blacklist.php b/common/defaults/blacklist.php index cc0736e91..ad780a673 100644 --- a/common/defaults/blacklist.php +++ b/common/defaults/blacklist.php @@ -30,6 +30,7 @@ return array( 'homepage' => true, 'multidomain' => true, 'seo' => true, + 'syndication' => true, 'trackback' => true, ),