[tor-commits] [tor-browser/tor-browser-91.3.0esr-11.5-1] squash! TB4: Tor Browser's Firefox preference overrides.

sysrqb at torproject.org sysrqb at torproject.org
Fri Nov 12 03:12:27 UTC 2021


commit e00487c020b8f0c772014b4f423df166a3243f01
Author: Matthew Finkel <sysrqb at torproject.org>
Date:   Tue Nov 9 17:01:40 2021 +0000

    squash! TB4: Tor Browser's Firefox preference overrides.
    
    Bug 40692: Picture-in-Picture is enabled on TB 11.0
---
 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 0011f4d72c9d..44808c12a3ea 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -190,6 +190,7 @@ pref("privacy.resistFingerprinting.letterboxing", true);
 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
+pref("media.videocontrols.picture-in-picture.video-toggle.enabled", false); // Bug 40692: disable again until audited in #40147
 pref("network.http.referer.hideOnionSource", true);
 // Bug 40463: Disable Windows SSO
 pref("network.http.windows-sso.enabled", false);





More information about the tor-commits mailing list