Added fonts text

This commit is contained in:
z0ccc 2021-07-22 14:54:28 -04:00
parent df8e61ea78
commit 0c1da46ffc
2 changed files with 4 additions and 4 deletions

View file

@ -65,7 +65,6 @@ const ConnectBlock = () => {
<p> <p>
<b>Explanation:</b> Your IP address reveals information about your <b>Explanation:</b> Your IP address reveals information about your
connection. Using a VPN or Tor will hide your connection info. connection. Using a VPN or Tor will hide your connection info.
fingerprint.
</p> </p>
</ScanBlock> </ScanBlock>
); );

View file

@ -49,9 +49,10 @@ const FontsBlock = () => {
<h1>System Fonts</h1> <h1>System Fonts</h1>
<div className="fonts boxWrap" /> <div className="fonts boxWrap" />
<p> <p>
<b>Explanation:</b> JavaScript can be used to read various information <b>Explanation:</b> The fonts you have installed on your computer are
about your hardware. This information can be used to create a generally linked to operating systems, language and system age. Any
fingerprint. fonts that you have installed that aren&apos;t common for your system
can make you easily identifiable.
</p> </p>
</ScanBlock> </ScanBlock>
); );