[tor-commits] [Git][tpo/applications/tor-browser][base-browser-128.0esr-14.0-1] fixup! Firefox preference overrides.
ma1 (@ma1)
git at gitlab.torproject.org
Tue Jul 23 09:44:49 UTC 2024
ma1 pushed to branch base-browser-128.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
15ffea8c by hackademix at 2024-07-23T11:43:15+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/15ffea8c6a9a3c265318b1920760008deefbbeba
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/15ffea8c6a9a3c265318b1920760008deefbbeba
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/tor-commits/attachments/20240723/2aa18216/attachment-0001.htm>
More information about the tor-commits
mailing list