Files
AutistMask/tests
clawbot 6bafb18ebd
All checks were successful
check / check (push) Successful in 13s
fix: strip wildcard prefixes from vendored blocklist entries
The MetaMask blocklist contains 2 entries with '*.' wildcard prefixes
(e.g. *.coinbase-563513.com). These were stored literally and never
matched because hostnameVariants() doesn't generate '*.' prefixed
strings. Fix: normalizeDomain() strips the '*.' prefix at load time
and during delta computation. The subdomain matching in
hostnameVariants() already handles child domains correctly.

Found during review.
2026-03-01 07:38:01 -08:00
..
2026-02-24 09:48:21 +07:00