Commit 18bdcd0b authored by ffmancera's avatar ffmancera Committed by Georg Koppen
Browse files

Bug 22614: Make e10s/non-e10s Tor Browsers indistinguishable

e10s in its current form probably brings some fingerprinting risks with it.
E.g. users of accessibility tools (not only those users) won't have e10s
enabled on windows and macOS. In order to solve this issue
"dom.disable_window_showModalDialog" is set to "true".
parent 29e0ffa2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -181,7 +181,8 @@ pref("dom.maxHardwareConcurrency", 1); // Bug 21675: Spoof single-core cpu
pref("dom.w3c_touch_events.enabled", 0); // Bug 10286: Always disable Touch API
// Disable randomised Firefox HTTP cache decay user test groups (Bug: 13575)
pref("browser.cache.frecency_experiment", -1);

// Make e10s/non-e10s Tor Browsers indistinguishable (Bug: 22614)
pref("dom.disable_window_showModalDialog", true);

// Third party stuff
pref("privacy.firstparty.isolate", true); // Always enforce first party isolation