mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 09:40:34 +08:00
Chore: change User-Agent
This commit is contained in:
parent
88723eff3a
commit
2842cb63ef
@ -153,7 +153,7 @@ export class ResponseError<T extends UndiciResponseData | Response> extends Erro
|
||||
|
||||
export const defaultRequestInit = {
|
||||
headers: {
|
||||
'User-Agent': 'curl/8.12.1 (https://github.com/SukkaW/Surge)'
|
||||
'User-Agent': 'node-fetch'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user