[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-115.12.0esr-13.5-1] fixup! Firefox preference overrides.
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Fri Jun 7 10:42:50 UTC 2024
Pier Angelo Vendrame pushed to branch tor-browser-115.12.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
11b5208d by Pier Angelo Vendrame at 2024-06-07T11:09:57+02:00
fixup! Firefox preference overrides.
Bug 41467: Do not set beacon.enabled anymore.
NoScript already blocks these pings (and maybe also Firefox under
certain conditions I am not sure about).
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -434,10 +434,6 @@ pref("privacy.purge_trackers.enabled", false);
// Do not allow cross-origin sub-resources to open HTTP authentication
// credentials dialogs. Hardens against potential credentials phishing.
pref("network.auth.subresource-http-auth-allow", 1);
-// Disable sending additional analytics to web servers.
-// This disables navigator.sendBeacon, even though this is discouraged by the
-// standard: https://w3c.github.io/beacon/#privacy-and-security
-pref("beacon.enabled", false);
pref("network.dns.disablePrefetch", true);
pref("network.dns.disablePrefetchFromHTTPS", true);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/11b5208d2ac127271413d61210afed4ce4f164df
--
This project does not include diff previews in email notifications.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/11b5208d2ac127271413d61210afed4ce4f164df
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/20240607/66997f22/attachment.htm>
More information about the tbb-commits
mailing list