[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] Bug 42774: Always hide the third-pary certs UI.
morgan (@morgan)
git at gitlab.torproject.org
Wed Aug 14 15:27:07 UTC 2024
morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
8d6703a7 by Pier Angelo Vendrame at 2024-08-14T15:15:59+00:00
Bug 42774: Always hide the third-pary certs UI.
- - - - -
1 changed file:
- browser/components/preferences/privacy.js
Changes:
=====================================
browser/components/preferences/privacy.js
=====================================
@@ -511,7 +511,8 @@ var gPrivacyPane = {
let canConfigureThirdPartyCerts =
(AppConstants.platform == "win" || AppConstants.platform == "macosx") &&
typeof Services.policies.getActivePolicies()?.Certificates
- ?.ImportEnterpriseRoots == "undefined";
+ ?.ImportEnterpriseRoots == "undefined" &&
+ !AppConstants.BASE_BROWSER_VERSION;
document.getElementById("certEnableThirdPartyToggleBox").hidden =
!canConfigureThirdPartyCerts;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/8d6703a7e50b96aac74b6b079aab4eca2bef7c11
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/8d6703a7e50b96aac74b6b079aab4eca2bef7c11
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20240814/6a225893/attachment-0001.htm>
More information about the tbb-commits
mailing list