
ma1 pushed to branch tor-browser-128.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: 21b3574f by hackademix at 2024-07-23T11:40:05+02:00 fixup! Firefox preference overrides. Bug 42687: Disable Privacy-Preserving Attribution. - - - - - 1 changed file: - browser/app/profile/001-base-profile.js Changes: ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -230,6 +230,9 @@ pref("privacy.annotate_channels.strict_list.enabled", false); // Disable the Pocket extension (Bug #18886 and #31602) pref("extensions.pocket.enabled", false); +// Disable Privacy-Preserving-Attribution (Bug #42687) +pref("dom.private-attribution.submission.enabled", false); + // Custom extensions preferences tor-browser#41581 pref("extensions.hideNoScript", true); pref("extensions.hideUnifiedWhenEmpty", true); View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/21b3574f... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/21b3574f... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
ma1 (@ma1)