Skip to content

Commit bb745b5

Browse files
fix(Instagram - Disable signature check): Change patch to default excluded (#6283)
1 parent 8df9a46 commit bb745b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

patches/src/main/kotlin/app/revanced/patches/instagram/misc/signature/SignatureCheckPatch.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ import app.revanced.util.returnEarly
66
@Suppress("unused")
77
val signatureCheckPatch = bytecodePatch(
88
name = "Disable signature check",
9-
description = "Disables the signature check that causes the app to crash on startup."
9+
description = "Disables the signature check that can cause the app to crash on startup. " +
10+
"Including this patch may cause issues with sharing or opening external Instagram links.",
11+
use = false
1012
) {
1113
compatibleWith("com.instagram.android")
1214

0 commit comments

Comments
 (0)