From 23eb096e54f0ccea56f343700c9978b8f8455e75 Mon Sep 17 00:00:00 2001 From: Robert <72943079+CnC-Robert@users.noreply.github.com> Date: Thu, 13 Apr 2023 19:27:34 +0000 Subject: [PATCH] feat(youtube/spoof-signature-verification): enable by default (#1896) --- .../misc/fix/playback/patch/SpoofSignatureVerificationPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/fix/playback/patch/SpoofSignatureVerificationPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/fix/playback/patch/SpoofSignatureVerificationPatch.kt index b90d69cb4..a8c48cbd1 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/fix/playback/patch/SpoofSignatureVerificationPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/fix/playback/patch/SpoofSignatureVerificationPatch.kt @@ -43,7 +43,7 @@ class SpoofSignatureVerificationPatch : BytecodePatch( SwitchPreference( "revanced_spoof_signature_verification", StringResource("revanced_spoof_signature_verification_title", "Spoof app signature"), - false, + true, StringResource("revanced_spoof_signature_verification_summary_on", "App signature spoofed"), StringResource("revanced_spoof_signature_verification_summary_off", "App signature not spoofed") )