From 46f14ad5fc2965c6c3d04c15654a4d846d515de7 Mon Sep 17 00:00:00 2001 From: Dominik Hebeler Date: Tue, 1 Mar 2022 16:21:43 +0100 Subject: [PATCH] disabled Yandex warnings --- app/ContentWarnings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ContentWarnings.php b/app/ContentWarnings.php index 44927313..a52a3a7b 100644 --- a/app/ContentWarnings.php +++ b/app/ContentWarnings.php @@ -11,7 +11,7 @@ class ContentWarnings // If a whole search engine needs to receive content warnings // enter its Parser Class Name here const CONTENT_WARNING_ENGINES = [ - "Yandex", + //"Yandex", ]; const CONTENT_WARNING_STATUS_NONE = 0; -- GitLab