forked from d3cim/mobile_user.js
Update 'user.js'
This commit is contained in:
parent
f7dc060a77
commit
5bc1883fda
5
user.js
5
user.js
|
@ -959,7 +959,7 @@ user_pref("privacy.purge_trackers.enabled", false);
|
||||||
// https://groups.google.com/forum/#!topic/mozilla.dev.platform/BdFOMAuCGW8/discussion
|
// https://groups.google.com/forum/#!topic/mozilla.dev.platform/BdFOMAuCGW8/discussion
|
||||||
user_pref("permissions.delegation.enabled", false);
|
user_pref("permissions.delegation.enabled", false);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Pref : enable "window.name" protection [FF82+]
|
// Pref : Enable "window.name" protection [FF82+]
|
||||||
// If a new page from another domain is loaded into a tab, then window.name is set to an empty string. The original
|
// If a new page from another domain is loaded into a tab, then window.name is set to an empty string. The original
|
||||||
// string is restored if the tab reverts back to the original page. This change prevents some cross-site attacks ***/
|
// string is restored if the tab reverts back to the original page. This change prevents some cross-site attacks ***/
|
||||||
user_pref("privacy.window.name.update.enabled", true);
|
user_pref("privacy.window.name.update.enabled", true);
|
||||||
|
@ -2397,6 +2397,7 @@ user_pref("privacy.firstparty.isolate.block_post_message", true);
|
||||||
// and some site exceptions may not work e.g. HTTPS-only mode ***/
|
// and some site exceptions may not work e.g. HTTPS-only mode ***/
|
||||||
// user_pref("privacy.firstparty.isolate.use_site", true);
|
// user_pref("privacy.firstparty.isolate.use_site", true);
|
||||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
//
|
||||||
// Section : RFP (Resist Fingerprinting) / RFP Alternatives (USER AGENT SPOOFING)
|
// Section : RFP (Resist Fingerprinting) / RFP Alternatives (USER AGENT SPOOFING)
|
||||||
// >>>>>>>>>>>>>>>>>>>>
|
// >>>>>>>>>>>>>>>>>>>>
|
||||||
// Pref : Enable hardening against various fingerprinting vectors (Tor Uplift project)
|
// Pref : Enable hardening against various fingerprinting vectors (Tor Uplift project)
|
||||||
|
@ -2576,6 +2577,7 @@ user_pref("ui.prefersReducedMotion", 1); // [HIDDEN PREF]
|
||||||
// user_pref("general.oscpu.override", ""); // [HIDDEN PREF]
|
// user_pref("general.oscpu.override", ""); // [HIDDEN PREF]
|
||||||
// user_pref("general.platform.override", ""); // [HIDDEN PREF]
|
// user_pref("general.platform.override", ""); // [HIDDEN PREF]
|
||||||
// user_pref("general.useragent.override", ""); // [HIDDEN PREF]
|
// user_pref("general.useragent.override", ""); // [HIDDEN PREF]
|
||||||
|
//
|
||||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
// Section : UI (User Interface)
|
// Section : UI (User Interface)
|
||||||
// >>>>>>>>>>>>>>>>>>>>>
|
// >>>>>>>>>>>>>>>>>>>>>
|
||||||
|
@ -2628,6 +2630,7 @@ user_pref("browser.ctrlTab.recentlyUsedOrder", false); // [DESKTOP]
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Pref : Display long lines in view-source page
|
// Pref : Display long lines in view-source page
|
||||||
user_pref("view_source.wrap_long_lines", true);
|
user_pref("view_source.wrap_long_lines", true);
|
||||||
|
//
|
||||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
// Section : Deprecated / Removed / Legacy / Renamed
|
// Section : Deprecated / Removed / Legacy / Renamed
|
||||||
// >>>>>>>>>>>>>>>>>>>>
|
// >>>>>>>>>>>>>>>>>>>>
|
||||||
|
|
Loading…
Reference in New Issue