[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-128.0esr-14.0-1] fixup! Firefox preference overrides.

ma1 (@ma1) git at gitlab.torproject.org
Tue Jul 23 09:41:40 UTC 2024



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/21b3574f9a59b679d8ade24ec39f222b7bb1bbbf

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/21b3574f9a59b679d8ade24ec39f222b7bb1bbbf
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/20240723/d0dbcfd9/attachment.htm>


More information about the tbb-commits mailing list