From 0e06dedafd9b1d7237cdbe682604a08f453dc800 Mon Sep 17 00:00:00 2001 From: boomzero Date: Sat, 7 Sep 2024 17:00:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=80=E4=B9=88=E5=A5=87=E6=80=AA=20UA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/Process.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Process.ts b/Source/Process.ts index 33873e5..987b154 100644 --- a/Source/Process.ts +++ b/Source/Process.ts @@ -67,7 +67,7 @@ export class Process { const RequestData = new Request(RequestURL, { headers: { "Cookie": "PHPSESSID=" + this.SessionID, - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" + "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15" } }); return await fetch(RequestData);