tor-browser

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

commit 4475bab35566d2a37c5a89cbcfe0f517de83f0e1
parent 11bc28febf77cb346598a76d021760a11730f8e7
Author: Pier Angelo Vendrame <pierov@torproject.org>
Date:   Fri, 18 Aug 2023 16:32:58 +0200

BB 41739: Remove "Website appearance" from about:preferences.

It is ignored because of RFP and it is confusing for users.

Diffstat:
Mbrowser/components/preferences/main.inc.xhtml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/components/preferences/main.inc.xhtml b/browser/components/preferences/main.inc.xhtml @@ -71,7 +71,7 @@ </hbox> <!-- Website appearance --> -<groupbox id="webAppearanceGroup" data-category="paneGeneral" hidden="true"> +<groupbox id="webAppearanceGroup" data-category="paneGeneral" hidden="true" data-hidden-from-search="true"> <html:h2 data-l10n-id="preferences-web-appearance-header"/> <description class="description-deemphasized" data-l10n-id="preferences-web-appearance-description" /> <html:setting-group groupid="appearance"></html:setting-group>