chore: 前端小修改,ua 随机范围添加 windows (#470)
This commit is contained in:
@@ -20,7 +20,7 @@ impl Client {
|
||||
let mut headers = header::HeaderMap::new();
|
||||
headers.insert(
|
||||
header::USER_AGENT,
|
||||
header::HeaderValue::from_static(ua::spoof_chrome_mac_ua()),
|
||||
header::HeaderValue::from_static(ua::spoof_chrome_ua()),
|
||||
);
|
||||
headers.insert(
|
||||
header::REFERER,
|
||||
|
||||
Reference in New Issue
Block a user