fix(Sanitize sharing links): Sanitize new is sharing parameter

Co-authored-by: LisoUseInAIKyrios <118716522+lisouseinaikyrios@users.noreply.github.com>
This commit is contained in:
oSumAtrIX 2026-03-19 19:02:49 +01:00
parent 7b8a3061a2
commit 9fa641ed81
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -11,6 +11,7 @@ public final class SanitizeSharingLinksPatch {
private static final LinkSanitizer sanitizer = new LinkSanitizer(
"si",
"is", // New (localized?) tracking parameter.
"feature" // Old tracking parameter name, and may be obsolete.
);