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,
"rules": [
{
"domain": [
"fextralife.com",
"toil.cc"
],
"domain_suffix": [
".fextralife.com",
".toil.cc"
],
"domain_keyword": [
"fextralife",
"toil"
]
"domain": [],
"domain_suffix": [],
"domain_keyword": []
}
]
}