Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
feat(YouTube): Remove Spoof test client patch
Browse files Browse the repository at this point in the history
  • Loading branch information
anddea committed May 27, 2024
1 parent 6abcabc commit 782b25b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ public class Settings extends BaseSettings {
public static final BooleanSetting SANITIZE_SHARING_LINKS = new BooleanSetting("revanced_sanitize_sharing_links", true, true);
public static final BooleanSetting DISABLE_QUIC_PROTOCOL = new BooleanSetting("revanced_disable_quic_protocol", FALSE, true);
public static final BooleanSetting SPOOF_FORMAT_STREAM_DATA = new BooleanSetting("revanced_spoof_format_stream_data", FALSE, true);
public static final BooleanSetting SPOOF_TEST_CLIENT = new BooleanSetting("revanced_spoof_test_client", FALSE, true);
public static final BooleanSetting SPOOF_CLIENT = new BooleanSetting("revanced_spoof_client", FALSE, true);
public static final BooleanSetting SPOOF_CLIENT_USE_IOS = new BooleanSetting("revanced_spoof_client_use_ios", TRUE, true, parent(SPOOF_CLIENT));

Expand Down

0 comments on commit 782b25b

Please sign in to comment.