tor-browser

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

commit 734b90da5cd51a0b113abccb98c6da192ae4f05c
parent 419d22e9cae862e6e715f4edf4a5a8e8e44e5e4e
Author: Henry Wilkes <henry@torproject.org>
Date:   Thu, 12 Sep 2024 11:10:41 +0100

BB 43118: Hide feature recommendation (CFR) settings.

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

diff --git a/browser/components/preferences/main.js b/browser/components/preferences/main.js @@ -2593,18 +2593,18 @@ SettingGroupManager.registerGroups({ l10nId: "browsing-media-control", supportPage: "media-keyboard-control", }, - { - id: "cfrRecommendations", - l10nId: "browsing-cfr-recommendations", - supportPage: "extensionrecommendations", - subcategory: "cfraddons", - }, - { - id: "cfrRecommendations-features", - l10nId: "browsing-cfr-features", - supportPage: "extensionrecommendations", - subcategory: "cfrfeatures", - }, + // { + // id: "cfrRecommendations", + // l10nId: "browsing-cfr-recommendations", + // supportPage: "extensionrecommendations", + // subcategory: "cfraddons", + // }, + // { + // id: "cfrRecommendations-features", + // l10nId: "browsing-cfr-features", + // supportPage: "extensionrecommendations", + // subcategory: "cfrfeatures", + // }, // { // id: "linkPreviewEnabled", // l10nId: "link-preview-settings-enable",