Skip to content

Commit

Permalink
update outproxy user agent to latest TBB/Firefox ESR version, reporte…
Browse files Browse the repository at this point in the history
…d by dr|zed
  • Loading branch information
eyedeekay committed Mar 28, 2023
1 parent 1b610f9 commit 635e003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/java/src/net/i2p/util/DNSOverHTTPS.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class DNSOverHTTPS implements EepGet.StatusListener {
*
* @since public since 0.9.54 for i2ptunnel
*/
public static final String UA_CLEARNET = "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0";
public static final String UA_CLEARNET = "Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0";

private static final int MAX_RESPONSE_SIZE = 2048;
private static final boolean DEBUG = false;
Expand Down

0 comments on commit 635e003

Please sign in to comment.