mirror of
https://github.com/danbulant/Mangades
synced 2026-07-05 11:00:40 +00:00
Use CORS because mangadex doesn't send the required headers
This commit is contained in:
parent
29fcf7ad03
commit
d25beb6b37
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ async function report(body) {
|
||||||
"Content-Type": "application/json"
|
"Content-Type": "application/json"
|
||||||
},
|
},
|
||||||
credentials: "omit",
|
credentials: "omit",
|
||||||
mode: "no-cors",
|
|
||||||
body: body ? JSON.stringify(body) : undefined
|
body: body ? JSON.stringify(body) : undefined
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue