ma1 pushed to branch tor-browser-115.3.0esr-13.0-1 at The Tor Project /
Applications / Tor Browser
Commits:
37ddf133 by hackademix at 2023-09-20T17:19:01+00:00
fixup! Firefox preference overrides.
Bug 41945: disable cookie banner automatic dismissal.
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -203,6 +203,12 @@ pref("browser.newtabpage.activity-stream.default.sites",
"");
pref("browser.newtabpage.activity-stream.feeds.telemetry", false);
pref("browser.newtabpage.activity-stream.telemetry", false);
+// tor-browser#41945 - disable automatic cookie banners dismissal until
+// we're sure it does not causes fingerprinting risks or other issues.
+pref("cookiebanners.service.mode", 0);
+pref("cookiebanners.service.mode.privateBrowsing", 0);
+pref("cookiebanners.ui.desktop.enabled", false);
+
// tor-browser#40788: disable AS's calls to home.
// Notice that null is between quotes because it is a JSON string.
// Keep checked firefox.js to see if new entries are added.
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/37ddf1330f0dfce7473a7077434add6ff4b0db12
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/37ddf1330f0dfce7473a7077434add6ff4b0db12
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits