Skip to content

Commit

Permalink
什么奇怪 UA
Browse files Browse the repository at this point in the history
  • Loading branch information
boomzero committed Sep 7, 2024
1 parent 392fc5c commit 0e06ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0e06ded

Please sign in to comment.