mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
fix: requests suck
This commit is contained in:
parent
7b0769ced4
commit
8b8c9b4741
4 changed files with 21 additions and 17 deletions
|
@ -62,6 +62,6 @@ scramjet.addEventListener("request", (e) => {
|
|||
}
|
||||
if (playgroundData) {
|
||||
e.response.rawHeaders = headers;
|
||||
e.response.finalURL = e.url;
|
||||
e.response.finalURL = e.url.toString();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue