Skip to content

Commit

Permalink
pretend!
Browse files Browse the repository at this point in the history
  • Loading branch information
boomzero committed Sep 7, 2024
1 parent 5ae18aa commit 392fc5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ export class Process {
Output.Log("Fetch: " + RequestURL.toString());
const RequestData = new Request(RequestURL, {
headers: {
"Cookie": "PHPSESSID=" + this.SessionID
"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"
}
});
return await fetch(RequestData);
Expand Down

0 comments on commit 392fc5c

Please sign in to comment.