Added connection text
This commit is contained in:
parent
64098884b8
commit
df8e61ea78
2 changed files with 3 additions and 3 deletions
|
|
@ -63,8 +63,8 @@ const ConnectBlock = () => {
|
|||
<Table data={data} />
|
||||
</div>
|
||||
<p>
|
||||
<b>Explanation:</b> JavaScript can be used to read various information
|
||||
about your software. This information can be used to create a
|
||||
<b>Explanation:</b> Your IP address reveals information about your
|
||||
connection. Using a VPN or Tor will hide your connection info.
|
||||
fingerprint.
|
||||
</p>
|
||||
</ScanBlock>
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ const FingerprintBlock = () => {
|
|||
<p>
|
||||
<b>Explanation:</b> This fingerprint is a unique identifier that can be
|
||||
used to follow you around the web. Even if you clear cookies, change
|
||||
your ip or use private mode the fingerprint will stay the same. Enter
|
||||
your IP or use private mode the fingerprint will stay the same. Enter
|
||||
your name below and reload the page in private mode to test it out.
|
||||
</p>
|
||||
{saved ? (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue