fix(Sanitize sharing links): Sanitize new is sharing parameter
Co-authored-by: LisoUseInAIKyrios <118716522+lisouseinaikyrios@users.noreply.github.com>
This commit is contained in:
parent
7b8a3061a2
commit
9fa641ed81
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue