From 7b6767051d8501fc653ff39b67ce6566f81cd5b0 Mon Sep 17 00:00:00 2001 From: Jafea7 Date: Sat, 6 Sep 2025 22:24:03 +1000 Subject: [PATCH] Update UserAgent strings --- common/src/main/java/ctbrec/Settings.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/main/java/ctbrec/Settings.java b/common/src/main/java/ctbrec/Settings.java index 1917b97a..f25d2a71 100644 --- a/common/src/main/java/ctbrec/Settings.java +++ b/common/src/main/java/ctbrec/Settings.java @@ -97,8 +97,8 @@ public class Settings { public int httpSecurePort = 8443; public String httpServer = "localhost"; public int httpTimeout = 10000; - public String httpUserAgent = "Mozilla/5.0 (X11; Linux i686; rv:137.0) Gecko/20100101 Firefox/137.0"; - public String httpUserAgentMobile = "Mozilla/5.0 (Android 15; Mobile; rv:137.0) Gecko/137.0 Firefox/137.0"; + public String httpUserAgent = "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0"; + public String httpUserAgentMobile = "Mozilla/5.0 (Android 16; Mobile; LG-M255; rv:142.0) Gecko/142.0 Firefox/142.0"; public byte[] key = null; public List ignoredModels = new ArrayList<>(); public String lastDownloadDir = "";