Updated fingerprint explanation
This commit is contained in:
parent
a90c9dbe4b
commit
371e947214
1 changed files with 3 additions and 3 deletions
|
|
@ -38,9 +38,9 @@ const FingerprintBlock = () => {
|
||||||
)}
|
)}
|
||||||
<p>
|
<p>
|
||||||
<b>Explanation:</b> A device fingerprint will be generated from your
|
<b>Explanation:</b> A device fingerprint will be generated from your
|
||||||
data in the form of a hash. You can sign your hash and clear cookies,
|
data in the form of a hash. Sign your hash, change your IP or use
|
||||||
change your IP or use private mode and reload the page to see if your
|
private mode and reload the page to see if your signature remains the
|
||||||
signature remains the same.
|
same.
|
||||||
</p>
|
</p>
|
||||||
<form onSubmit={(e) => postSignature(hash, e, setSignature)}>
|
<form onSubmit={(e) => postSignature(hash, e, setSignature)}>
|
||||||
<input
|
<input
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue