We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df9a46 commit bb745b5Copy full SHA for bb745b5
patches/src/main/kotlin/app/revanced/patches/instagram/misc/signature/SignatureCheckPatch.kt
@@ -6,7 +6,9 @@ import app.revanced.util.returnEarly
6
@Suppress("unused")
7
val signatureCheckPatch = bytecodePatch(
8
name = "Disable signature check",
9
- description = "Disables the signature check that causes the app to crash on startup."
+ 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
12
) {
13
compatibleWith("com.instagram.android")
14
0 commit comments