I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit 02dfdd5e authored by zzz's avatar zzz
Browse files

Util: Update default user-agent

as recommended by drzed
parent 9d4bb311
No related branches found
No related tags found
No related merge requests found
Pipeline #1328 failed
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment