mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-06-20 22:03:48 +00:00
fix(confirmation): recognize localized subscribe CTAs in weak link signals
The weak link-signal vocabulary was English-only, so a genuine double opt-in whose confirm button reads "Je m'inscris…" over an opaque tracking redirect scored 0 on every link and was missed. Make the weak vocab multilingual (FR/DE/ES) to match the confirmation keywords. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -21,6 +21,11 @@ verbatim as the GitHub Release notes — so what you write here is what ships.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Subscription-confirmation detection now recognizes localized "subscribe" CTAs.
|
||||
The weak link-signal vocabulary was English-only (`subscrib`),
|
||||
so a genuine double opt-in whose confirm button reads "Je m'inscris…" over an
|
||||
opaque tracking redirect scored 0 on every link and was missed. The weak vocab
|
||||
is now multilingual (FR/DE/ES) to match the confirmation keywords.
|
||||
- Per-feed favicons no longer fail for senders whose DuckDuckGo icon is a
|
||||
hi-res PNG: the maximum accepted favicon size is raised from 100 KB to 256 KB,
|
||||
so legitimate large icons (~107 KB and up) are cached instead of rejected.
|
||||
|
||||
Reference in New Issue
Block a user