mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 06:05:27 +00:00
Merge pull request #11 from faxboss/syspref-enhancement
syspref.js - fingerprinting Former-commit-id: 9327b5fa4bf5977bb38eadc6aa5b82b67b3b789e
This commit is contained in:
commit
35ece2f882
2 changed files with 8 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue