morgan pushed to branch mullvad-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser
Commits:
b2c5034d by Pier Angelo Vendrame at 2024-08-13T20:52:48+00:00
fixup! Firefox preference overrides.
Bug 42886: Disable trending results.
In this way we are consistent with weather and addons.
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -161,6 +161,9 @@ pref("browser.urlbar.suggest.addons", false);
pref("browser.urlbar.addons.featureGate", false);
pref("browser.urlbar.suggest.weather", false);
pref("browser.urlbar.weather.featureGate", false);
+// tor-browser#42886: Disable trending results.
+pref("browser.urlbar.suggest.trending", false);
+pref("browser.urlbar.trending.featureGate", false);
// tor-browser#42792: Explicitly turn off Pocket suggestions in the URL bar.
pref("browser.urlbar.pocket.featureGate", false);
// tor-browser#41691: Hide "Firefox Suggets" in the UI
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/b2c…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/b2c…
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:
cf4fca21 by Pier Angelo Vendrame at 2024-08-13T20:45:03+00:00
fixup! Firefox preference overrides.
Bug 42886: Disable trending results.
In this way we are consistent with weather and addons.
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -161,6 +161,9 @@ pref("browser.urlbar.suggest.addons", false);
pref("browser.urlbar.addons.featureGate", false);
pref("browser.urlbar.suggest.weather", false);
pref("browser.urlbar.weather.featureGate", false);
+// tor-browser#42886: Disable trending results.
+pref("browser.urlbar.suggest.trending", false);
+pref("browser.urlbar.trending.featureGate", false);
// tor-browser#42792: Explicitly turn off Pocket suggestions in the URL bar.
pref("browser.urlbar.pocket.featureGate", false);
// tor-browser#41691: Hide "Firefox Suggets" in the UI
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/cf4fca2…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/cf4fca2…
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:
7405821d by Pier Angelo Vendrame at 2024-08-13T20:15:01+00:00
fixup! Firefox preference overrides.
Bug 42886: Disable trending results.
In this way we are consistent with weather and addons.
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -161,6 +161,9 @@ pref("browser.urlbar.suggest.addons", false);
pref("browser.urlbar.addons.featureGate", false);
pref("browser.urlbar.suggest.weather", false);
pref("browser.urlbar.weather.featureGate", false);
+// tor-browser#42886: Disable trending results.
+pref("browser.urlbar.suggest.trending", false);
+pref("browser.urlbar.trending.featureGate", false);
// tor-browser#42792: Explicitly turn off Pocket suggestions in the URL bar.
pref("browser.urlbar.pocket.featureGate", false);
// tor-browser#41691: Hide "Firefox Suggets" in the UI
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7405821…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7405821…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
7ff3417b by Henry Wilkes at 2024-08-13T06:38:39+00:00
fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser
Bug 42668: Drop torconnect modification to eslint-plugin-mozilla.
- - - - -
1 changed file:
- tools/lint/eslint/eslint-plugin-mozilla/lib/environments/browser-window.js
Changes:
=====================================
tools/lint/eslint/eslint-plugin-mozilla/lib/environments/browser-window.js
=====================================
@@ -80,10 +80,6 @@ function getGlobalScriptIncludes(scriptPath) {
let match = line.match(globalScriptsRegExp);
if (match) {
let sourceFile = match[1]
- .replace(
- "chrome://global/content/torconnect/",
- "toolkit/components/torconnect/content/"
- )
.replace(
"chrome://browser/content/search/",
"browser/components/search/content/"
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7ff3417…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7ff3417…
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:
b25077f3 by Pier Angelo Vendrame at 2024-08-12T18:43:41+00:00
fixup! Firefox preference overrides.
Bug 42810: Explicitly disable address and credit card filling.
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -74,6 +74,9 @@ pref("signon.rememberSignons", false, locked);
pref("browser.formfill.enable", false, locked);
pref("signon.formlessCapture.enabled", false); // Added with tor-browser#41496
pref("signon.autofillForms", false, locked);
+pref("extensions.formautofill.available", "");
+pref("extensions.formautofill.addresses.enabled", false);
+pref("extensions.formautofill.creditCards.enabled", false);
// Do not store extra data (form, scrollbar positions, cookies, POST data) for
// the session restore functionality.
pref("browser.sessionstore.privacy_level", 2);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/b25…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/b25…
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:
7b863525 by Pier Angelo Vendrame at 2024-08-12T18:42:12+00:00
fixup! Firefox preference overrides.
Bug 42810: Explicitly disable address and credit card filling.
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -74,6 +74,9 @@ pref("signon.rememberSignons", false);
pref("browser.formfill.enable", false);
pref("signon.formlessCapture.enabled", false); // Added with tor-browser#41496
pref("signon.autofillForms", false);
+pref("extensions.formautofill.available", "");
+pref("extensions.formautofill.addresses.enabled", false);
+pref("extensions.formautofill.creditCards.enabled", false);
// Do not store extra data (form, scrollbar positions, cookies, POST data) for
// the session restore functionality.
pref("browser.sessionstore.privacy_level", 2);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7b86352…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7b86352…
You're receiving this email because of your account on gitlab.torproject.org.