fix(Instagram): Sanitize sharing links (#6483)

This commit is contained in:
Swakshan 2026-01-14 00:40:25 +05:30 committed by GitHub
parent 41e2590584
commit 87247590de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ internal val storyUrlResponseJsonParserFingerprint = fingerprint {
}
internal val profileUrlResponseJsonParserFingerprint = fingerprint {
strings("profile_to_share_url", "ProfileUrlResponse")
strings("profile_to_share_url")
custom { method, _ -> method.name == "parseFromJson" }
}