chore: update user agent (FF 115.0)

This commit is contained in:
ThetaDev 2024-03-26 19:51:20 +01:00
parent a81c3e8336
commit be314d57ea
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6

View file

@ -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";