feat: add adblock functionality with support for external blocklists

This commit is contained in:
Abolfazl
2026-05-05 07:27:49 +03:30
parent bd3d1943b0
commit 64363ed531
5 changed files with 324 additions and 2 deletions
+7 -1
View File
@@ -36,5 +36,11 @@
".openai.com"
]
},
"log_level": "INFO"
"log_level": "INFO",
"adblock_lists": [
"https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianBlockerAds-Hosts.txt",
"https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianBlockerTrackers-Hosts.txt",
"https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianBlockerAnnoyances-Domains.txt",
"https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianBlockerHosts.txt"
]
}