chore: update user agent (FF 115.0)
This commit is contained in:
parent
a81c3e8336
commit
be314d57ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Reference in a new issue