Update UserAgent strings
This commit is contained in:
parent
ecccfd501b
commit
7b6767051d
|
@ -97,8 +97,8 @@ public class Settings {
|
||||||
public int httpSecurePort = 8443;
|
public int httpSecurePort = 8443;
|
||||||
public String httpServer = "localhost";
|
public String httpServer = "localhost";
|
||||||
public int httpTimeout = 10000;
|
public int httpTimeout = 10000;
|
||||||
public String httpUserAgent = "Mozilla/5.0 (X11; Linux i686; rv:137.0) Gecko/20100101 Firefox/137.0";
|
public String httpUserAgent = "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0";
|
||||||
public String httpUserAgentMobile = "Mozilla/5.0 (Android 15; Mobile; rv:137.0) Gecko/137.0 Firefox/137.0";
|
public String httpUserAgentMobile = "Mozilla/5.0 (Android 16; Mobile; LG-M255; rv:142.0) Gecko/142.0 Firefox/142.0";
|
||||||
public byte[] key = null;
|
public byte[] key = null;
|
||||||
public List<String> ignoredModels = new ArrayList<>();
|
public List<String> ignoredModels = new ArrayList<>();
|
||||||
public String lastDownloadDir = "";
|
public String lastDownloadDir = "";
|
||||||
|
|
Loading…
Reference in New Issue