mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
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:
parent
7f1b9e67a2
commit
4a67e420ee
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user