[tbb-commits] [tor-browser] branch tor-browser-102.4.0esr-12.0-2 updated: fixup! Firefox preference overrides.

gitolite role git at cupani.torproject.org
Tue Nov 1 17:24:05 UTC 2022


This is an automated email from the git hooks/post-receive script.

richard pushed a commit to branch tor-browser-102.4.0esr-12.0-2
in repository tor-browser.

The following commit(s) were added to refs/heads/tor-browser-102.4.0esr-12.0-2 by this push:
     new ee9f1ebdba26 fixup! Firefox preference overrides.
ee9f1ebdba26 is described below

commit ee9f1ebdba2693d5b8f53e6c4ea33f71ee291042
Author: hackademix <giorgio at maone.net>
AuthorDate: Sat Oct 29 20:36:26 2022 +0200

    fixup! Firefox preference overrides.
---
 browser/app/profile/001-base-profile.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/browser/app/profile/001-base-profile.js b/browser/app/profile/001-base-profile.js
index e0634b5aac6c..caf2f00ad8d6 100644
--- a/browser/app/profile/001-base-profile.js
+++ b/browser/app/profile/001-base-profile.js
@@ -217,6 +217,7 @@ pref("privacy.resistFingerprinting.letterboxing", true);
 // not leak that difference if possible.
 pref("dom.netinfo.enabled", false);
 pref("network.http.referer.defaultPolicy", 2); // Bug 32948: Make referer behavior consistent regardless of private browing mode status
+pref("network.http.referer.XOriginTrimmingPolicy", 2); // Bug 17228: Force trim referer to scheme+host+port in cross-origin requests
 pref("media.videocontrols.picture-in-picture.enabled", false); // Bug 40148: disable until audited in #40147
 pref("network.http.referer.hideOnionSource", true);
 // Bug 40463: Disable Windows SSO

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list