forked from d3cim/mobile_user.js
Update 'user.js (less connections)'
This commit is contained in:
parent
89298012da
commit
f7dc060a77
|
@ -960,7 +960,7 @@ user_pref("privacy.purge_trackers.enabled", false);
|
|||
// https://groups.google.com/forum/#!topic/mozilla.dev.platform/BdFOMAuCGW8/discussion
|
||||
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
|
||||
// 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);
|
||||
|
@ -2396,6 +2396,7 @@ user_pref("privacy.firstparty.isolate.block_post_message", true);
|
|||
// [NOTE] Experimental: existing data and site permissions are incompatible
|
||||
// and some site exceptions may not work e.g. HTTPS-only mode ***/
|
||||
// user_pref("privacy.firstparty.isolate.use_site", true);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// Section : RFP (Resist Fingerprinting) / RFP ALTERNATIVES (USER AGENT SPOOFING)
|
||||
// >>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -2576,6 +2577,7 @@ user_pref("ui.prefersReducedMotion", 1); // [HIDDEN PREF]
|
|||
// user_pref("general.oscpu.override", ""); // [HIDDEN PREF]
|
||||
// user_pref("general.platform.override", ""); // [HIDDEN PREF]
|
||||
// user_pref("general.useragent.override", ""); // [HIDDEN PREF]
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// Section : UI (User Interface)
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -2628,6 +2630,7 @@ user_pref("browser.ctrlTab.recentlyUsedOrder", false); // [DESKTOP]
|
|||
// -------------------------------------
|
||||
// Pref : Display long lines in view-source page
|
||||
user_pref("view_source.wrap_long_lines", true);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// Section : Deprecated / Removed / Legacy / Renamed
|
||||
// >>>>>>>>>>>>>>>>>>>>
|
||||
|
|
Loading…
Reference in New Issue