improve: 添加 windows chrome User-Agent 作为默认值
This commit is contained in:
@@ -39,5 +39,8 @@ var defaultConfig = ConfFromFile{
|
|||||||
"token": "",
|
"token": "",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
CustomHeader: map[string]interface{}{
|
||||||
|
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user