diff --git a/CHANGELOG.md b/CHANGELOG.md index 158fa26d..ce23cf51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/common/src/main/java/ctbrec/Settings.java b/common/src/main/java/ctbrec/Settings.java index 09b5acc2..fc67ce73 100644 --- a/common/src/main/java/ctbrec/Settings.java +++ b/common/src/main/java/ctbrec/Settings.java @@ -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";