Browse Source

Merge pull request #11 from faxboss/syspref-enhancement

syspref.js - fingerprinting

Former-commit-id: 9327b5fa4b
pull/43/head
R4SAS 7 years ago committed by GitHub
parent
commit
35ece2f882
  1. 4
      linux/build/preferences/syspref.js
  2. 4
      windows/build/preferences/syspref.js

4
linux/build/preferences/syspref.js

@ -337,3 +337,7 @@ pref("media.peerconnection.identity.timeout", 1); @@ -337,3 +337,7 @@ pref("media.peerconnection.identity.timeout", 1);
pref("media.peerconnection.ice.default_address_only", true);
// Disable url prefetch
pref("browser.urlbar.speculativeConnect.enabled", false);
// Set platform, user-agent and locale to same values as Tor Browser 7.0.10
pref("general.useragent.override", "Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0");
pref("general.useragent.locale", "en-US");
pref("general.platform.override", "Win32");

4
windows/build/preferences/syspref.js

@ -337,3 +337,7 @@ pref("media.peerconnection.identity.timeout", 1); @@ -337,3 +337,7 @@ pref("media.peerconnection.identity.timeout", 1);
pref("media.peerconnection.ice.default_address_only", true);
// Disable url prefetch
pref("browser.urlbar.speculativeConnect.enabled", false);
// Set platform, user-agent and locale to same values as Tor Browser 7.0.10
pref("general.useragent.override", "Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0");
pref("general.useragent.locale", "en-US");
pref("general.platform.override", "Win32");

Loading…
Cancel
Save