Files
IronFox/patches/global-privacy-control.patch
2025-04-28 11:56:29 +05:30

29 lines
1.3 KiB
Diff

From 0a614cea9b8c771a750ba41dbe409036a822b0ac Mon Sep 17 00:00:00 2001
From: Akash Yadav <itsaky01@gmail.com>
Date: Mon, 28 Apr 2025 11:28:53 +0530
Subject: [PATCH] fix(patches): update 'global-privacy-control.patch' for
'FIREFOX_138_0_BUILD1'
Signed-off-by: Akash Yadav <itsaky01@gmail.com>
---
.../app/src/main/res/xml/tracking_protection_preferences.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/mobile/android/fenix/app/src/main/res/xml/tracking_protection_preferences.xml b/mobile/android/fenix/app/src/main/res/xml/tracking_protection_preferences.xml
index 2760c9c367..8b8902e0c2 100644
--- a/mobile/android/fenix/app/src/main/res/xml/tracking_protection_preferences.xml
+++ b/mobile/android/fenix/app/src/main/res/xml/tracking_protection_preferences.xml
@@ -93,7 +93,8 @@
<androidx.preference.SwitchPreference
android:defaultValue="false"
android:key="@string/pref_key_privacy_enable_global_privacy_control"
- android:title="@string/preference_enhanced_tracking_protection_custom_global_privacy_control" />
+ android:title="@string/preference_enhanced_tracking_protection_custom_global_privacy_control"
+ app:isPreferenceVisible="false" />
<Preference
android:layout="@layout/preference_divider"
android:selectable="false" />
--
2.49.0