mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 20:16:33 +02:00
Send origin to server.
This commit is contained in:
parent
ade99bbb8a
commit
4337ccbf33
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
|||
crypto.subtle.digest("SHA-256", imageData.data)
|
||||
]);
|
||||
const data = JSON.stringify({
|
||||
origin,
|
||||
urlHash: hashToString(hashes[0]),
|
||||
imageDataHash: hashToString(hashes[1]),
|
||||
isPointInPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue