Skip to content

Commit 8724759

Browse files
authored
fix(Instagram): Sanitize sharing links (#6483)
1 parent 41e2590 commit 8724759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/src/main/kotlin/app/revanced/patches/instagram/misc/share/PermalinkResponseJsonParserFingerprint.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ internal val storyUrlResponseJsonParserFingerprint = fingerprint {
1313
}
1414

1515
internal val profileUrlResponseJsonParserFingerprint = fingerprint {
16-
strings("profile_to_share_url", "ProfileUrlResponse")
16+
strings("profile_to_share_url")
1717
custom { method, _ -> method.name == "parseFromJson" }
1818
}
1919

0 commit comments

Comments
 (0)