mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 07:20:02 -04:00
oops
This commit is contained in:
parent
671057113f
commit
bac00de12b
2 changed files with 1 additions and 3 deletions
|
@ -88,8 +88,6 @@ export async function swfetch(
|
|||
if (new URL(request.referrer).pathname != "/")
|
||||
headers.set("Origin", new URL(request.referrer).origin);
|
||||
|
||||
headers.set("User-Agent", "https://accounts.google.com");
|
||||
|
||||
dbg.log(url.toString(), headers.headers);
|
||||
|
||||
const response: BareResponseFetch = await this.client.fetch(url, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue