Update user-agent string
This commit is contained in:
parent
c9caaade9d
commit
a3fc1e31d4
|
@ -83,8 +83,8 @@ public class Settings {
|
|||
public int httpSecurePort = 8443;
|
||||
public String httpServer = "localhost";
|
||||
public int httpTimeout = 10000;
|
||||
public String httpUserAgent = "Mozilla/5.0 (X11; Linux x86_64; rv:82.0) Gecko/20100101 Firefox/82.0";
|
||||
public String httpUserAgentMobile = "Mozilla/5.0 (Android 9.0; Mobile; rv:82.0) Gecko/82.0 Firefox/82.0";
|
||||
public String httpUserAgent = "Mozilla/5.0 (X11; Linux x86_64; rv:105.0) Gecko/20100101 Firefox/105.0";
|
||||
public String httpUserAgentMobile = "Mozilla/5.0 (Android 9.0; Mobile; rv:105.0) Gecko/20100101 Firefox/105.0";
|
||||
public byte[] key = null;
|
||||
public List<String> ignoredModels = new ArrayList<>();
|
||||
public String lastDownloadDir = "";
|
||||
|
|
Loading…
Reference in New Issue