forked from d3cim/mobile_user.js
Update user.js
This commit is contained in:
parent
1f35ef2969
commit
a81da22ff0
6
user.js
6
user.js
|
@ -819,6 +819,12 @@ user_pref("keyword.enabled", false);
|
||||||
// Enable Site Isolation
|
// Enable Site Isolation
|
||||||
user_pref("fission.autostart", true);
|
user_pref("fission.autostart", true);
|
||||||
user_pref("gfx.webrender.all", true);
|
user_pref("gfx.webrender.all", true);
|
||||||
|
// -------------------------------------
|
||||||
|
// Disable Relay email feature
|
||||||
|
user_pref("signon.firefoxRelay.feature", disabled);
|
||||||
|
// -------------------------------------
|
||||||
|
// Disable Privacy-Preserving Attribution
|
||||||
|
user_pref("dom.private-attribution.submission.enabled", false);
|
||||||
//
|
//
|
||||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
// OPTIONAL HARDENING
|
// OPTIONAL HARDENING
|
||||||
|
|
Loading…
Reference in New Issue