[tbb-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-128.0esr-14.0-1] fixup! Firefox preference overrides.
ma1 (@ma1)
git at gitlab.torproject.org
Tue Jul 23 10:42:49 UTC 2024
ma1 pushed to branch mullvad-browser-128.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser
Commits:
b3bdee22 by hackademix at 2024-07-23T12:42:31+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/mullvad-browser/-/commit/b3bdee226f5d31b1e1db09062c8f6158f76c9661
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/b3bdee226f5d31b1e1db09062c8f6158f76c9661
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/2a270b88/attachment.htm>
More information about the tbb-commits
mailing list