fix typo
This commit is contained in:
@@ -111,7 +111,7 @@ Since the exploit breaks the "Report" button that triggers the `page-worker` bot
|
|||||||
const file = location.pathname.split("/").slice(-1)[0];
|
const file = location.pathname.split("/").slice(-1)[0];
|
||||||
|
|
||||||
fetch(`/report`, {
|
fetch(`/report`, {
|
||||||
method: "POST",
|
method: "post",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json"
|
"Content-Type": "application/json"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user