mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 14:15:29 +00:00
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: f9b4aee2a1613953521b0ca529a8907e726f0395
This commit is contained in:
parent
886642ce94
commit
995f751792
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