Skip to content

Commit

Permalink
Util: Update default user-agent
Browse files Browse the repository at this point in the history
as recommended by drzed
  • Loading branch information
zzzi2p committed Nov 23, 2023
1 parent 9d4bb31 commit 02dfdd5
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:102.0) Gecko/20100101 Firefox/102.0";
public static final String UA_CLEARNET = "Mozilla/5.0 (Windows NT 10.0; rv:109.0) Gecko/20100101 Firefox/115.0";

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

0 comments on commit 02dfdd5

Please sign in to comment.