Skip to content

Commit 8feab2a

Browse files
committed
feat: 更新User-Agent的编码方式以优化请求头
1 parent 7edabea commit 8feab2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,7 @@ async function 生成配置信息(userID, hostName, sub, UA, RproxyIP, _url, fak
17841784
} else {
17851785
const response = await fetch(url, {
17861786
headers: {
1787-
'User-Agent': 'v2rayN' + atob('IENGLVdvcmtlcnMtZWRnZXR1bm5lbC9jbWxpdQ==')
1787+
'User-Agent': 'v2rayN' + atob('L2VkZ2V0dW5uZWwgKGh0dHBzOi8vZ2l0aHViLmNvbS9jbWxpdS9lZGdldHVubmVsKQ==')
17881788
}
17891789
});
17901790
content = await response.text();

0 commit comments

Comments
 (0)