Updated fingerprint explanation
This commit is contained in:
parent
7a840f2e01
commit
a90c9dbe4b
1 changed files with 4 additions and 3 deletions
|
|
@ -37,9 +37,10 @@ const FingerprintBlock = () => {
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
<p>
|
<p>
|
||||||
<b>Explanation:</b> This hash is generated from your device data. Even
|
<b>Explanation:</b> A device fingerprint will be generated from your
|
||||||
if you clear cookies, change your IP or use private mode the hash will
|
data in the form of a hash. You can sign your hash and clear cookies,
|
||||||
stay the same. Enter a signature and turn on a VPN to test it out.
|
change your IP or use private mode and reload the page to see if your
|
||||||
|
signature remains the 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