Updated fingerprint explanation

This commit is contained in:
z0ccc 2021-10-01 11:09:04 -04:00
parent a90c9dbe4b
commit 371e947214

View file

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