commit 86cac4184d5ea30d4b5facd6a3d18eca387ac4a8
parent a0a06c5e2021c4174d975df4d5e4478e1fd51ab1
Author: Henry Wilkes <henry@torproject.org>
Date: Tue, 10 Sep 2024 09:36:04 +0100
BB 42777: Hide Website Privacy Preferences.
We hide the Website Privacy Preferences section, which controls the
"global privacy control" (GPC) and "do not track" (DNT) settings.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/components/preferences/privacy.inc.xhtml b/browser/components/preferences/privacy.inc.xhtml
@@ -393,7 +393,7 @@
</vbox>
</vbox>
</groupbox>
-<groupbox id="nonTechnicalPrivacyGroup" data-category="panePrivacy" hidden="true" data-srd-groupid="nonTechnicalPrivacy2">
+<groupbox id="nonTechnicalPrivacyGroup" data-category="panePrivacy" data-hidden-from-search="true" hidden="true" data-srd-groupid="nonTechnicalPrivacy2">
<label id="nonTechnicalPrivacyHeader"><html:h2 data-l10n-id="non-technical-privacy-header" class="section-heading"/></label>
<html:setting-group groupid="nonTechnicalPrivacy" />
</groupbox>