refactor: move User-Agent
parent
3841426a0a
commit
186eb18b85
|
|
@ -42,8 +42,7 @@ export async function loginManually(
|
|||
"Connection": "keep-alive",
|
||||
"Cache-Control": "max-age=0",
|
||||
"Upgrade-Insecure-Requests": "1",
|
||||
"User-Agent":
|
||||
"Mozilla/5.0 (Linux; Android 11; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36",
|
||||
"User-Agent": DEFAULT_APP_USER_AGENT,
|
||||
"Accept":
|
||||
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8n",
|
||||
"DNT": "1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue