Clear domain rules in domains.json

Removed specific domains and keywords from the rules.
This commit is contained in:
2026-02-24 12:15:17 +07:00
committed by GitHub
parent 73a0022012
commit a1741c501c
+3 -12
View File
@@ -2,18 +2,9 @@
"version": 3, "version": 3,
"rules": [ "rules": [
{ {
"domain": [ "domain": [],
"fextralife.com", "domain_suffix": [],
"toil.cc" "domain_keyword": []
],
"domain_suffix": [
".fextralife.com",
".toil.cc"
],
"domain_keyword": [
"fextralife",
"toil"
]
} }
] ]
} }