Pier Angelo Vendrame pushed to branch tor-browser-102.12.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
b1c79245 by hackademix at 2023-06-21T17:21:45+02:00
fixup! Firefox preference overrides.
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -48,9 +48,6 @@ pref("security.nocertdb", true);
pref("browser.download.useDownloadDir", false);
pref("browser.download.manager.addToRecentDocs", false);
-// Prevent download stuffing / DOS (tor-browser#41764)
-pref("browser.download.enable_spam_prevention", true);
-
// Misc privacy: Disk
pref("signon.rememberSignons", false);
pref("browser.formfill.enable", false);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/b1c7924…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/b1c7924…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch tor-browser-102.12.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
688d2c9f by Pier Angelo Vendrame at 2023-06-20T18:02:53+02:00
fixup! Firefox preference overrides.
Bug 41729: Fix screen readers on Windows
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -503,6 +503,10 @@ pref("corroborator.enabled", false);
// stop using .textContent.
pref("intl.multilingual.liveReload", false);
+// tor-browser#41729: if it is false, web content is not accessible to screen
+// readers, at least on Windows.
+pref("accessibility.cache.enabled", true);
+
// Onboarding.
pref("browser.onboarding.tourset-version", 5);
pref("browser.onboarding.newtour", "welcome,privacy,tor-network-9.0,circuit-display,security,expect-differences,onion-services,learn-more");
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/688d2c9…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/688d2c9…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch tor-browser-102.12.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
18d2ce82 by Henry Wilkes at 2023-06-20T18:13:00+02:00
fixup! Bug 41600: Add a tor circuit display panel.
Bug 41851: Keep circuit panel open when requesting a new circuit.
- - - - -
1 changed file:
- browser/components/torcircuit/content/torCircuitPanel.js
Changes:
=====================================
browser/components/torcircuit/content/torCircuitPanel.js
=====================================
@@ -194,10 +194,6 @@ var gTorCircuitPanel = {
.getElementById("tor-circuit-new-circuit")
.addEventListener("command", () => {
TorDomainIsolator.newCircuitForBrowser(gBrowser);
- // And hide.
- // NOTE: focus should return to the toolbar button, which we expect to
- // remain visible during reload.
- this.hide();
});
// Update the display just before opening.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/18d2ce8…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/18d2ce8…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch tor-browser-102.12.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
4698c04a by Henry Wilkes at 2023-06-20T16:41:45+01:00
fixup! Bug 41600: Add a tor circuit display panel.
Bug 41851: Keep circuit panel open when requesting a new circuit.
- - - - -
1 changed file:
- browser/components/torcircuit/content/torCircuitPanel.js
Changes:
=====================================
browser/components/torcircuit/content/torCircuitPanel.js
=====================================
@@ -194,10 +194,6 @@ var gTorCircuitPanel = {
.getElementById("tor-circuit-new-circuit")
.addEventListener("command", () => {
torbutton_new_circuit();
- // And hide.
- // NOTE: focus should return to the toolbar button, which we expect to
- // remain visible during reload.
- this.hide();
});
// Update the display just before opening.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4698c04…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4698c04…
You're receiving this email because of your account on gitlab.torproject.org.