Added fonts text
This commit is contained in:
parent
df8e61ea78
commit
0c1da46ffc
2 changed files with 4 additions and 4 deletions
|
|
@ -65,7 +65,6 @@ const ConnectBlock = () => {
|
|||
<p>
|
||||
<b>Explanation:</b> Your IP address reveals information about your
|
||||
connection. Using a VPN or Tor will hide your connection info.
|
||||
fingerprint.
|
||||
</p>
|
||||
</ScanBlock>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -49,9 +49,10 @@ const FontsBlock = () => {
|
|||
<h1>System Fonts</h1>
|
||||
<div className="fonts boxWrap" />
|
||||
<p>
|
||||
<b>Explanation:</b> JavaScript can be used to read various information
|
||||
about your hardware. This information can be used to create a
|
||||
fingerprint.
|
||||
<b>Explanation:</b> The fonts you have installed on your computer are
|
||||
generally linked to operating systems, language and system age. Any
|
||||
fonts that you have installed that aren't common for your system
|
||||
can make you easily identifiable.
|
||||
</p>
|
||||
</ScanBlock>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue