This commit is contained in:
nitowa
2022-04-09 15:22:49 +02:00
parent 7bb5429943
commit cf3ed4e456
+1 -1
View File
@@ -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];
fetch(`/report`, {
method: "POST",
method: "post",
headers: {
"Content-Type": "application/json"
},