Updated fingerprint explanation

This commit is contained in:
z0ccc 2021-10-01 11:00:24 -04:00
parent 7a840f2e01
commit a90c9dbe4b

View file

@ -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