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} />
|
<Table data={data} />
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
<b>Explanation:</b> JavaScript can be used to read various information
|
<b>Explanation:</b> Your IP address reveals information about your
|
||||||
about your software. This information can be used to create a
|
connection. Using a VPN or Tor will hide your connection info.
|
||||||
fingerprint.
|
fingerprint.
|
||||||
</p>
|
</p>
|
||||||
</ScanBlock>
|
</ScanBlock>
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,7 @@ const FingerprintBlock = () => {
|
||||||
<p>
|
<p>
|
||||||
<b>Explanation:</b> This fingerprint is a unique identifier that can be
|
<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
|
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.
|
your name below and reload the page in private mode to test it out.
|
||||||
</p>
|
</p>
|
||||||
{saved ? (
|
{saved ? (
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue