Abrowser updated for v71
This commit is contained in:
parent
765a46e1b9
commit
57763bb6b1
18 changed files with 81 additions and 260 deletions
|
|
@ -33,9 +33,6 @@ pref("network.http.proxy.pipelining", true);
|
|||
pref("network.http.pipelining.maxrequests", 10);
|
||||
pref("nglayout.initialpaint.delay", 0);
|
||||
|
||||
// Disable third party cookies
|
||||
pref("network.cookie.cookieBehavior", 1);
|
||||
|
||||
// Extensions cannot be updated without permission
|
||||
pref("extensions.update.enabled", false);
|
||||
pref("extensions.systemAddon.update.enabled", false);
|
||||
|
|
@ -95,6 +92,7 @@ pref("network.protocol-handler.external.apt+http",true);
|
|||
// https://webdevelopmentaid.wordpress.com/2013/10/21/customize-privacy-settings-in-mozilla-firefox-part-1-aboutconfig/
|
||||
// https://panopticlick.eff.org
|
||||
// https://wiki.mozilla.org/Fingerprinting
|
||||
pref("browser.contentblocking.features.strict", "tp,tpPrivate,cookieBehavior1,cm,fp,stp");
|
||||
pref("privacy.donottrackheader.enabled", true);
|
||||
pref("privacy.donottrackheader.value", 1);
|
||||
pref("dom.ipc.plugins.flash.subprocess.crashreporter.enabled", false);
|
||||
|
|
@ -102,7 +100,8 @@ pref("browser.safebrowsing.enabled", false);
|
|||
pref("browser.safebrowsing.downloads.remote.enabled", false);
|
||||
pref("browser.safebrowsing.malware.enabled", false);
|
||||
pref("browser.safebrowsing.provider.mozilla.gethashURL", "");
|
||||
pref("browser.safebrowsing.provider.mozilla.updateURL", "");
|
||||
// Uncomment next line to prevent automated connection to mozilla, to fetch block list
|
||||
//pref("browser.safebrowsing.provider.mozilla.updateURL", "");
|
||||
pref("services.sync.privacyURL", "https://trisquel.info/en/legal");
|
||||
pref("social.enabled", false);
|
||||
pref("social.remote-install.enabled", false);
|
||||
|
|
@ -133,10 +132,7 @@ pref("browser.aboutHomeSnippets.updateUrl", "");
|
|||
pref("browser.sessionstore.max_resumed_crashes", 0);
|
||||
// Disable tracking protection by default, as it makes automated connections to fetch lists (not doing this until the newtab privacy block is reimplemented)
|
||||
//pref("browser.safebrowsing.provider.mozilla.updateURL", "");
|
||||
pref("privacy.trackingprotection.enabled", true);
|
||||
pref("privacy.trackingprotection.pbmode.enabled", true);
|
||||
pref("urlclassifier.trackingTable", "test-track-simple,base-track-digest256,content-track-digest256");
|
||||
pref("browser.privacy.trackingprotection.menu", "always");
|
||||
pref("privacy.trackingprotection.introURL", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/tracking-protection/start/");
|
||||
// Disable geolocation
|
||||
pref("geo.enabled", false);
|
||||
|
|
@ -152,8 +148,7 @@ pref("privacy.resistFingerprinting", true);
|
|||
pref("webgl.disabled", true);
|
||||
// Don't reveal your internal IP when WebRTC is enabled
|
||||
pref("media.peerconnection.ice.no_host", true);
|
||||
pref("privacy.trackingprotection.cryptomining.enabled", true);
|
||||
pref("privacy.trackingprotection.fingerprinting.enabled", true);
|
||||
|
||||
|
||||
// Services
|
||||
pref("gecko.handlerService.schemes.mailto.0.name", "");
|
||||
|
|
@ -256,3 +251,7 @@ pref("extensions.blocklist.url", "");
|
|||
pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr", false);
|
||||
pref("extensions.htmlaboutaddons.discover.enabled", false);
|
||||
pref("extensions.htmlaboutaddons.recommendations.enabled", false);
|
||||
|
||||
// Disable pingback on first run
|
||||
pref("browser.newtabpage.activity-stream.fxaccounts.endpoint", "");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue