Skip to content

Commit

Permalink
fix: temporarily ignore broken client-spoof until stream replacement …
Browse files Browse the repository at this point in the history
…is merged
  • Loading branch information
LisoUseInAIKyrios committed Sep 8, 2024
1 parent aad5e50 commit 3073fd3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ object SpoofClientPatch : BytecodePatch(
"Lorg/chromium/net/ExperimentalUrlRequest\$Builder;"

override fun execute(context: BytecodeContext) {
// FIXME: this patch is not updated to support 19.31 and does not work
// and this will soon be replaced with stream replacing.
println("FIXME: skipping 'Spoof client'")
if (true) return;

AddResourcesPatch(this::class)

SettingsPatch.PreferenceScreen.MISC.addPreferences(
Expand Down

0 comments on commit 3073fd3

Please sign in to comment.