forked from j62/ctbrec
1
0
Fork 0

Update http user agent string

This commit is contained in:
0xb00bface 2020-10-31 22:10:31 +01:00
parent 808f96c04f
commit f6a0a5dcaa
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
3.10.4
========================
* Fix: Bongacams login
3.10.3
========================
* Fix: Recordings couldn't be found in client server setup, if the client was

View File

@ -61,8 +61,8 @@ public class Settings {
public int httpSecurePort = 8443;
public String httpServer = "localhost";
public int httpTimeout = 10000;
public String httpUserAgent = "Mozilla/5.0 Gecko/20100101 Firefox/73.0";
public String httpUserAgentMobile = "Mozilla/5.0 (Android 9.0; Mobile; rv:73.0) Gecko/63.0 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:82.0) Gecko/82.0 Firefox/82.0";
public byte[] key = null;
public String lastDownloadDir = "";
public String livejasminBaseUrl = "https://www.livejasmin.com";