mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 04:40:20 +01:00
Send origin to server.
This commit is contained in:
parent
ade99bbb8a
commit
4337ccbf33
@ -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…
x
Reference in New Issue
Block a user