mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 12:21:31 +08:00
fix(core/utils): invalid request header Server (#9582)
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
This commit is contained in:
@@ -102,9 +102,6 @@ const requestWrapper = (url, options) => {
|
||||
options.headers['user-agent'] = config.ua;
|
||||
}
|
||||
|
||||
// server
|
||||
options.headers.server = 'RSSHub';
|
||||
|
||||
try {
|
||||
const urlHandler = new URL(url);
|
||||
// referer
|
||||
|
||||
Reference in New Issue
Block a user