Browse Source

Added syspref.js values to minimize fingerprinting, by setting user-agent, locale and platform values to match the 7.0.10 version of Tor Browser.

Former-commit-id: f9b4aee2a1
pull/43/head
faxboss 7 years ago
parent
commit
995f751792
  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