i2ptunnel: Update clearnet UA to match current TBB

This commit is contained in:
zzz
2019-02-01 19:07:22 +00:00
parent 30015c1933
commit 175ea0f0c2

View File

@@ -89,7 +89,7 @@ public class I2PTunnelHTTPClient extends I2PTunnelHTTPClientBase implements Runn
"\r\n";
// ESR version of Firefox, same as Tor Browser
private static final String UA_CLEARNET = "User-Agent: " +
"Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0" +
"Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Firefox/60.0" +
"\r\n";
/**