Léon now lists every part of a shared URL individually — each tracking parameter it removed, every parameter no rule caught, and the fragment — as a checkbox you can toggle to build exactly the link you want. Unchecking a removal keeps a parameter Léon stripped; checking a leftover one removes it, so you can strip parameters no sanitizer knows about or cut a link down to its bare address without editing text by hand. This closes long-standing requests #141, #189, #350 and #794.
🔧 Maintenance
- refactor(sanitizer): describe sanitizers as declarative data instead of code
- PR: #797