From a1741c501c1933412319b5e39730365e89226275 Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Tue, 24 Feb 2026 12:15:17 +0700 Subject: [PATCH] Clear domain rules in domains.json Removed specific domains and keywords from the rules. --- domains.json | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/domains.json b/domains.json index 7b70a30..d9d10aa 100644 --- a/domains.json +++ b/domains.json @@ -2,18 +2,9 @@ "version": 3, "rules": [ { - "domain": [ - "fextralife.com", - "toil.cc" - ], - "domain_suffix": [ - ".fextralife.com", - ".toil.cc" - ], - "domain_keyword": [ - "fextralife", - "toil" - ] + "domain": [], + "domain_suffix": [], + "domain_keyword": [] } ] }