morgan pushed to branch base-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
2c237b4a by Pier Angelo Vendrame at 2024-08-14T15:27:19+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
=====================================
@@ -505,7 +505,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/2c237b4…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2c237b4…
You're receiving this email because of your account on gitlab.torproject.org.
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/8d6703a…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/8d6703a…
You're receiving this email because of your account on gitlab.torproject.org.
morgan pushed to branch mullvad-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser
Commits:
d76318ef by Pier Angelo Vendrame at 2024-08-14T15:13:42+00:00
fixup! Firefox preference overrides.
Bug 43051: Hide the checkbox to open the browser automatically on
Windows startup.
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -660,6 +660,9 @@ pref("browser.privacySegmentation.createdShortcut", true);
// Do not re-open the browser automatically after reboots when "Restart apps" is
// enabled (tor-browser#41503)
pref("toolkit.winRegisterApplicationRestart", false);
+// tor-browser#43051: Hide the checkbox to open the browser automatically on
+// Windows startup.
+pref("browser.startup.windowsLaunchOnLogin.enabled", false);
#endif
// If we are bundling fonts, whitelist those bundled fonts, and restrict system fonts to a selection.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/d76…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/d76…
You're receiving this email because of your account on gitlab.torproject.org.
morgan pushed to branch base-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
fa88d8d5 by Pier Angelo Vendrame at 2024-08-14T15:05:01+00:00
fixup! Firefox preference overrides.
Bug 43051: Hide the checkbox to open the browser automatically on
Windows startup.
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -662,6 +662,9 @@ pref("browser.privacySegmentation.createdShortcut", true);
// Do not re-open the browser automatically after reboots when "Restart apps" is
// enabled (tor-browser#41503)
pref("toolkit.winRegisterApplicationRestart", false);
+// tor-browser#43051: Hide the checkbox to open the browser automatically on
+// Windows startup.
+pref("browser.startup.windowsLaunchOnLogin.enabled", false);
#endif
// If we are bundling fonts, whitelist those bundled fonts, and restrict system fonts to a selection.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/fa88d8d…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/fa88d8d…
You're receiving this email because of your account on gitlab.torproject.org.
morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
983e902d by Pier Angelo Vendrame at 2024-08-14T14:53:47+00:00
fixup! Firefox preference overrides.
Bug 43051: Hide the checkbox to open the browser automatically on
Windows startup.
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -664,6 +664,9 @@ pref("browser.privacySegmentation.createdShortcut", true);
// Do not re-open the browser automatically after reboots when "Restart apps" is
// enabled (tor-browser#41503)
pref("toolkit.winRegisterApplicationRestart", false);
+// tor-browser#43051: Hide the checkbox to open the browser automatically on
+// Windows startup.
+pref("browser.startup.windowsLaunchOnLogin.enabled", false);
#endif
// If we are bundling fonts, whitelist those bundled fonts, and restrict system fonts to a selection.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/983e902…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/983e902…
You're receiving this email because of your account on gitlab.torproject.org.