Skip to content

Commit

Permalink
Use safe send function
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekiah-A authored Mar 3, 2024
1 parent e398119 commit 5c7f4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@
case 21: {
let a = data.getUint32(1), b = 5 + a, c = data.buffer.slice(5, 5 + a), f = new Uint8Array(9), u = new DataView(f.buffer)
;window.challengeData = new Uint8Array(data.buffer.slice(b));let d = await Object.getPrototypeOf(async function() {}).constructor(atob(decoder.decode(c)))();
delete window.challengeData;u.setUint8(0, 82);u.setBigInt64(1, d);ws.send(f);
delete window.challengeData;u.setUint8(0, 82);u.setBigInt64(1, d);call(send, ws, u.buffer);
break
}
}
Expand Down

0 comments on commit 5c7f4df

Please sign in to comment.