Bug 1834622 - Enable fingerprinting protection in private windows in Nightly. r=tjr

Depends on D180869

Differential Revision: https://phabricator.services.mozilla.com/D180870
This commit is contained in:
Tim Huang 2023-06-26 08:20:43 +00:00
parent 7f1b9e67a2
commit 4a67e420ee

View File

@ -2059,6 +2059,11 @@ pref("privacy.webrtc.sharedTabWarning", false);
// before navigating to the actual meeting room page. Doesn't survive tab close.
pref("privacy.webrtc.deviceGracePeriodTimeoutMs", 3600000);
// Enable Fingerprinting Protection in private windows in Nightly.
#ifdef NIGHTLY_BUILD
pref("privacy.fingerprintingProtection.pbmode", true);
#endif
// Start the browser in e10s mode
pref("browser.tabs.remote.autostart", true);
pref("browser.tabs.remote.desktopbehavior", true);