mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Chore: change User-Agent
This commit is contained in:
@@ -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'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user