tor-browser

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

commit 20d508843fd2c094488b9d6f28403b098f4fa1ca
parent 8b6a792b46dbda3ad8f78e54f020705a577095b1
Author: Benjamin VanderSloot <bvandersloot@mozilla.com>
Date:   Mon, 15 Dec 2025 18:08:14 +0000

Bug 2001979 - Implement the Certificates card - r=emz,akulyk

We removed the OCSP control from the legacy, so that checkbox should
remain gone. But we have a little bit of reorganizing here!

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

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

diff --git a/browser/components/preferences/main.js b/browser/components/preferences/main.js @@ -2371,6 +2371,11 @@ SettingGroupManager.registerGroups({ headingLevel: 2, items: [ { + id: "certEnableThirdPartyToggle", + l10nId: "certs-thirdparty-toggle", + supportPage: "automatically-trust-third-party-certificates", + }, + { id: "certificateButtonGroup", control: "moz-box-group", items: [ @@ -2394,12 +2399,6 @@ SettingGroupManager.registerGroups({ }, ], }, - - { - id: "certEnableThirdPartyToggle", - l10nId: "certs-thirdparty-toggle", - supportPage: "automatically-trust-third-party-certificates", - }, ], }, browsingProtection: {