forked from j62/ctbrec
Update http user agent string
This commit is contained in:
parent
808f96c04f
commit
f6a0a5dcaa
|
@ -1,3 +1,7 @@
|
||||||
|
3.10.4
|
||||||
|
========================
|
||||||
|
* Fix: Bongacams login
|
||||||
|
|
||||||
3.10.3
|
3.10.3
|
||||||
========================
|
========================
|
||||||
* Fix: Recordings couldn't be found in client server setup, if the client was
|
* Fix: Recordings couldn't be found in client server setup, if the client was
|
||||||
|
|
|
@ -61,8 +61,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 Gecko/20100101 Firefox/73.0";
|
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:73.0) Gecko/63.0 Firefox/73.0";
|
public String httpUserAgentMobile = "Mozilla/5.0 (Android 9.0; Mobile; rv:82.0) Gecko/82.0 Firefox/82.0";
|
||||||
public byte[] key = null;
|
public byte[] key = null;
|
||||||
public String lastDownloadDir = "";
|
public String lastDownloadDir = "";
|
||||||
public String livejasminBaseUrl = "https://www.livejasmin.com";
|
public String livejasminBaseUrl = "https://www.livejasmin.com";
|
||||||
|
|
Loading…
Reference in New Issue