tor-browser

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

commit 2c0e59dd8de119516c14f0aa224da19bbad8dc84
parent a083d4533524ee19d429969adf48045f1f518172
Author: Jack Brown <jbrown@mozilla.com>
Date:   Wed, 10 Dec 2025 18:46:21 +0000

Bug 2003587 - Pref security.certerrors.felt-privacy-v1 enabled by default - r=niklas

Differential Revision: https://phabricator.services.mozilla.com/D275665

Diffstat:
Mbrowser/app/profile/firefox.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js @@ -2893,7 +2893,7 @@ pref("browser.toolbars.bookmarks.showOtherBookmarks", true); // Felt Privacy pref to control simplified private browsing UI pref("browser.privatebrowsing.felt-privacy-v1", false); -pref("security.certerrors.felt-privacy-v1", false); +pref("security.certerrors.felt-privacy-v1", true); // Prefs to control the Firefox Account toolbar menu. // This pref will surface existing Firefox Account information