commit 94e52171a3390e100f71b4808b675fb61de6939c Author: Alex Catarineu acat@torproject.org Date: Thu Sep 24 20:28:29 2020 +0200
fixup! TB4: Tor Browser's Firefox preference overrides.
Fixes #40148. --- browser/app/profile/000-tor-browser.js | 1 + 1 file changed, 1 insertion(+)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js index bac98ce06540..278c368c823c 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -180,6 +180,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("media.videocontrols.picture-in-picture.enabled", false); // Bug 40148: disable until audited in #40147
// Third party stuff pref("privacy.firstparty.isolate", true); // Always enforce first party isolation
tor-commits@lists.torproject.org