diff --git a/patches/src/main/kotlin/app/revanced/patches/instagram/misc/signature/SignatureCheckPatch.kt b/patches/src/main/kotlin/app/revanced/patches/instagram/misc/signature/SignatureCheckPatch.kt index 4c755ec82..0493be62d 100644 --- a/patches/src/main/kotlin/app/revanced/patches/instagram/misc/signature/SignatureCheckPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/instagram/misc/signature/SignatureCheckPatch.kt @@ -6,7 +6,9 @@ import app.revanced.util.returnEarly @Suppress("unused") val signatureCheckPatch = bytecodePatch( name = "Disable signature check", - 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. " + + "Including this patch may cause issues with sharing or opening external Instagram links.", + use = false ) { compatibleWith("com.instagram.android")