tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit f54b06f3c87bc4986ed1f74816a2d7da82c849e8
parent 4a198c7b89b7b00a7cae956765210c4c9ed341da
Author: Henry Wilkes <henry@torproject.org>
Date:   Wed, 13 Sep 2023 11:59:23 +0100

TB 41906: Hide DNS over HTTPS preferences.

Diffstat:
Mbrowser/components/preferences/privacy.inc.xhtml | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/browser/components/preferences/privacy.inc.xhtml b/browser/components/preferences/privacy.inc.xhtml @@ -749,12 +749,13 @@ <hbox id="DoHCategory" class="subcategory" hidden="true" - data-category="panePrivacy"> + data-category="panePrivacy" + data-hidden-from-search="true"> <html:h1 data-l10n-id="preferences-doh-header"/> </hbox> <html:setting-group hidden="true" data-category="panePrivacy" groupid="dnsOverHttps" /> -<groupbox id="dohBox" data-category="panePrivacy" data-subcategory="doh" hidden="true" class="highlighting-group" data-srd-groupid="dnsOverHttps"> +<groupbox id="dohBox" data-category="panePrivacy" data-subcategory="doh" data-hidden-from-search="true" hidden="true" class="highlighting-group" data-srd-groupid="dnsOverHttps"> <label class="search-header" searchkeywords="doh trr" hidden="true"><html:h2 data-l10n-id="preferences-doh-header"/></label> <vbox flex="1"> <description id="dohDescription" class="tail-with-learn-more description-deemphasized" data-l10n-id="preferences-doh-description2"></description>