mirror of
https://github.com/danbulant/Mangades
synced 2026-06-17 05:11:14 +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"
|
||||
},
|
||||
credentials: "omit",
|
||||
mode: "no-cors",
|
||||
body: body ? JSON.stringify(body) : undefined
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue