Commit Graph

5 Commits

Author SHA1 Message Date
MDLeom a3bf9f6a7a
feat(clean_url): awstrack.me & duckduckgo 2025-07-15 10:32:41 +00:00
MDLeom 85d43577a6
fix(clean_url): possible invalid adurl value 2025-07-03 06:37:08 +00:00
MDLeom 496967732f
feat(clean_url): shopmy, disqus, vkontakte, whatsapp, google ads/search links 2025-05-24 03:12:03 +00:00
MDLeom 8f95fd3182
feat: parse barracuda & sophos link protection 2025-04-04 08:43:54 +00:00
MDLeom fd2659431e
feat: more robust url parsing
percent-encode, hostname/pathname/query-string parsing
- increase nodejs requirement to v20 due to URL.canParse()
- IPv6 support
- include query string in IDS blocklists
  * and escape ; on query string
- add address separator to adblock filters
  * f4377f1fe6
- remove unnecessary global flag in sed
- remove unnecessary sort
- clean tmp at start
2025-03-23 04:17:27 +00:00