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
+3
View File
@@ -5,6 +5,9 @@ config.json
# CA certificates (generated at runtime, contain private keys)
ca/
# Adblock list cache (downloaded at runtime)
adblock_cache/
# Python
__pycache__/
*.py[cod]