tor-browser

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

commit 8ef47a9dffa925190898da30c5846a01026bf12d
parent 4475bab35566d2a37c5a89cbcfe0f517de83f0e1
Author: Henry Wilkes <henry@torproject.org>
Date:   Mon,  9 Sep 2024 17:09:44 +0100

BB 43117: Hide "Always underline links" from settings.

Diffstat:
Mbrowser/components/preferences/main.js | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/browser/components/preferences/main.js b/browser/components/preferences/main.js @@ -2569,10 +2569,10 @@ SettingGroupManager.registerGroups({ id: "useFullKeyboardNavigation", l10nId: "browsing-use-full-keyboard-navigation", }, - { - id: "alwaysUnderlineLinks", - l10nId: "browsing-always-underline-links", - }, + // { + // id: "alwaysUnderlineLinks", + // l10nId: "browsing-always-underline-links", + // }, { id: "searchStartTyping", l10nId: "browsing-search-on-start-typing",