From f6a0a5dcaa5d446c79aca81bdc6402129e5fd227 Mon Sep 17 00:00:00 2001 From: 0xb00bface <0xboobface@gmail.com> Date: Sat, 31 Oct 2020 22:10:31 +0100 Subject: [PATCH] Update http user agent string --- CHANGELOG.md | 4 ++++ common/src/main/java/ctbrec/Settings.java | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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";