diff --git a/user.js (less connections) b/user.js (less connections) index 5154df7..df22706 100644 --- a/user.js (less connections) +++ b/user.js (less connections) @@ -1771,16 +1771,6 @@ user_pref("signon.generation.enabled", false); // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // Section : Window Meddling & Leaks / Popups // >>>>>>>>>>>>>>>>>>>> -// Pref : Prevent websites from disabling new window features -user_pref("dom.disable_window_open_feature.close", true); // [DEFAULT: false] -user_pref("dom.disable_window_open_feature.location", true); // [DEFAULT: false] -user_pref("dom.disable_window_open_feature.menubar", true); // [DEFAULT: false] -user_pref("dom.disable_window_open_feature.minimizable", true); // [DEFAULT: false] -user_pref("dom.disable_window_open_feature.personalbar", true); // [DEFAULT: false] -user_pref("dom.disable_window_open_feature.resizable", true); // [DEFAULT: true] -user_pref("dom.disable_window_open_feature.status", true); // [DEFAULT: true] -user_pref("dom.disable_window_open_feature.titlebar", true); // [DEFAULT: false] -user_pref("dom.disable_window_open_feature.toolbar", true); // [DEFAULT: false] // ------------------------------------- // Pref : Prevent scripts from moving and resizing open windows user_pref("dom.disable_window_move_resize", true); // [DEFAULT: true] @@ -2631,13 +2621,6 @@ user_pref("view_source.wrap_long_lines", true); // >>>>>>>>>>>>>>>>>>>> FOR OUTDATED ICECATMOBILE ONLY >>>>>>>>>>>>>>>>>>>>>>>>>> // ESR68.x still uses all the following prefs // ------------------------------------- -// FF69+ -// ------------------------------------- -// Pref : Disable app from auto-update -// https://bugzilla.mozilla.org/show_bug.cgi?id=1515484 -// https://hg.mozilla.org/mozilla-central/rev/62e0ef6e50dd -user_pref("app.update.silent", false); -// ------------------------------------- // Pref : Disable prerendering newtab // https://bugzilla.mozilla.org/show_bug.cgi?id=1555448 // https://hg.mozilla.org/mozilla-central/rev/e2f99cd199eb @@ -2660,21 +2643,11 @@ user_pref("security.identitypopup.recordEventElemetry", false); // https://hg.mozilla.org/mozilla-central/rev/68aacb4ba7f9 user_pref("services.sync.prefs.sync.browser.sessionstore.restore_on_demand", false); // ------------------------------------- -// Pref : Disable WOFF2 (Web Open Font Format) -// https://bugzilla.mozilla.org/1556991 -// https://hg.mozilla.org/mozilla-central/rev/69d1b01b2847 -user_pref("gfx.downloadable_fonts.woff2.enabled", false); -// ------------------------------------- // Pref : Enforce click-to-play for plugins // https://bugzilla.mozilla.org/1519434 // https://hg.mozilla.org/mozilla-central/rev/38fc0d299eb0 user_pref("plugins.click_to_play", true); // ------------------------------------- -// Pref : Disable autoplay of HTML5 media -// https://bugzilla.mozilla.org/1562331 -// https://hg.mozilla.org/mozilla-central/rev/3780202d7104 -user_pref("media.autoplay.allow-muted", false); -// ------------------------------------- // FF70+ // ------------------------------------- // Pref : Disable disk cache for SSL pages @@ -2736,11 +2709,6 @@ user_pref("general.useragent.site_specific_overrides", false); // https://hg.mozilla.org/integration/autoland/rev/2379847488eb user_pref("network.warnOnAboutNetworking", false); // ------------------------------------- -// Pref : Enforce websites to ask to store data for offline use -// https://bugzilla.mozilla.org/show_bug.cgi?id=1574480 -// https://hg.mozilla.org/mozilla-central/rev/9fedd8400ab2 -user_pref("offline-apps.allow_by_default", false); -// ------------------------------------- // Pref : Disable other sync settings (by prevention) // https://bugzilla.mozilla.org/show_bug.cgi?id=1570567 // https://hg.mozilla.org/mozilla-central/rev/38ae84bb1ca3 @@ -2752,14 +2720,6 @@ user_pref("services.sync.fxa.termsURL", ""); // https://hg.mozilla.org/mozilla-central/rev/d52a0108ed8e user_pref("browser.cache.offline.insecure.enable", false); // ------------------------------------- -// Pref : Disable WebIDE to prevent remote debugging -// https://bugzilla.mozilla.org/show_bug.cgi?id=1539462 -// https://hg.mozilla.org/integration/autoland/rev/eaa523b98e72 -user_pref("devtools.webide.enabled", false); -user_pref("devtools.webide.autoinstallADBExtension", false); -user_pref("devtools.webide.templatesURL", ""); -user_pref("devtools.webide.adaptersAddonURL", ""); -// ------------------------------------- // Pref : Disable social trackingprotection notification // https://bugzilla.mozilla.org/show_bug.cgi?id=1570631 // https://hg.mozilla.org/mozilla-central/rev/94c10676584a @@ -2767,13 +2727,6 @@ user_pref("privacy.socialtracking.notification.enabled", false); // ------------------------------------- // FF72+ // ------------------------------------- -// Pref : Disable PingCentre telemetry (used in several System Add-ons) -// https://bugzilla.mozilla.org/show_bug.cgi?id=1597697 -// https://hg.mozilla.org/mozilla-central/rev/7fcdfe9a24e4 -user_pref("browser.ping-centre.production.endpoint", ""); -user_pref("browser.ping-centre.staging.endpoint", ""); -user_pref("browser.newtabpage.activity-stream.telemetry.ping.endpoint", ""); -// ------------------------------------- // Pref : Disable Firefox Tips / Search suggestions // https://bugzilla.mozilla.org/show_bug.cgi?id=1525296 // https://hg.mozilla.org/mozilla-central/rev/0fb16f92be6f @@ -2790,16 +2743,6 @@ user_pref("network.netlink.route.check.IPv6", ""); // https://hg.mozilla.org/mozilla-central/rev/df333402f126 user_pref("plugin.defaultXpi.state", 0); // ------------------------------------- -// Pref : Disable Telemetry -// https://bugzilla.mozilla.org/1520491 -// https://hg.mozilla.org/mozilla-central/rev/76b117a14bca -user_pref("toolkit.telemetry.hybridContent.enabled", false); -// ------------------------------------- -// Pref : Disable IndexedDB -// https://bugzilla.mozilla.org/1488583 -// https://hg.mozilla.org/mozilla-central/rev/c2ab1dc00f21 -// user_pref("dom.indexedDB.enabled", false); -// ------------------------------------- // FF73+ // ------------------------------------- // Pref : Decrease system information leakage to Mozilla addons update servers @@ -2840,27 +2783,6 @@ user_pref("extensions.legacy.enabled", false); // https://hg.mozilla.org/mozilla-central/rev/0c7b5a9964dd user_pref("signon.management.page.enabled", false); // ------------------------------------- -// Pref : Disable WebGL extensions -// https://bugzilla.mozilla.org/show_bug.cgi?id=1477756 -// https://hg.mozilla.org/mozilla-central/rev/ccfa767dba64 -user_pref("webgl.disable-extensions", true); -// ------------------------------------- -// Pref : Disable using the OS's geolocation service -// https://bugzilla.mozilla.org/show_bug.cgi?id=1613627 -// https://hg.mozilla.org/mozilla-central/rev/261683a6e351 -user_pref("geo.wifi.uri", ""); -// ------------------------------------- -// Pref : Disable logging geolocation to the console -// https://bugzilla.mozilla.org/show_bug.cgi?id=1613627 -// https://hg.mozilla.org/mozilla-central/rev/261683a6e351 -user_pref("geo.wifi.logging.enabled", false); // [HIDDEN PREF] -// ------------------------------------- -// Pref : Set behaviour on "+ Tab" button to display container menu -// 0=no menu (default), 1=show when clicked, 2=show on long press -// https://bugzilla.mozilla.org/show_bug.cgi?id=1606265 -// https://hg.mozilla.org/mozilla-central/rev/4a6071f143a5 -user_pref("privacy.userContext.longPressBehavior", 2); -// ------------------------------------- // FF75+ // ------------------------------------- // Pref : Disable contentblocking reports @@ -2919,11 +2841,6 @@ user_pref("network.predictor.cleaned-up", true); // ------------------------------------- // FF77+ // ------------------------------------- -// Pref : Lock web content in file processes -// https://bugzilla.mozilla.org/show_bug.cgi?id=1603007 -// https://hg.mozilla.org/mozilla-central/rev/b25250e2c618 -user_pref("browser.tabs.remote.allowLinkedWebInFileUriProcess", false); -// ------------------------------------- // Pref : Remove dom.registerProtocolHandler.insecure.enabled // https://bugzilla.mozilla.org/show_bug.cgi?id=1597267 // https://hg.mozilla.org/mozilla-central/rev/89f07125aee8 @@ -2941,17 +2858,6 @@ user_pref("signon.management.overrideURI", ""); // ------------------------------------- // FF78+ // ------------------------------------- -// Pref : Disable autoplay of HTML5 media if you interacted with the site -// https://bugzilla.mozilla.org/show_bug.cgi?id=1509933 -// https://hg.mozilla.org/mozilla-central/rev/5b34a70e2378 -// https://hg.mozilla.org/mozilla-central/rev/95805db3a142 -user_pref("media.autoplay.enabled.user-gestures-needed", true); -// ------------------------------------- -// Pref : Disable browser animations -// https://bugzilla.mozilla.org/show_bug.cgi?id=1640501 -// https://hg.mozilla.org/comm-central/rev/4d4bad93b27d -user_pref("toolkit.cosmeticAnimations.enabled", false); -// ------------------------------------- // Pref : Control TLS versions with min and max // 1=TLS 1.0, 2=TLS 1.1, 3=TLS 1.2, 4=TLS 1.3 // [WARNING] Leave these at default, otherwise you alter your TLS fingerprint.