From be314d57ea1d99bfdc80649351ee3e7845541238 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Tue, 26 Mar 2024 19:51:20 +0100 Subject: [PATCH] chore: update user agent (FF 115.0) --- src/client/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/mod.rs b/src/client/mod.rs index 5b239c6..0203c3d 100644 --- a/src/client/mod.rs +++ b/src/client/mod.rs @@ -182,7 +182,7 @@ struct QContinuation<'a> { continuation: &'a str, } -const DEFAULT_UA: &str = "Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0"; +const DEFAULT_UA: &str = "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0"; const CONSENT_COOKIE: &str = "SOCS=CAISAiAD";