diff --git a/frontend/src/components/ConnectBlock.js b/frontend/src/components/ConnectBlock.js index e47d6ef..af32187 100644 --- a/frontend/src/components/ConnectBlock.js +++ b/frontend/src/components/ConnectBlock.js @@ -65,7 +65,6 @@ const ConnectBlock = () => {

Explanation: Your IP address reveals information about your connection. Using a VPN or Tor will hide your connection info. - fingerprint.

); diff --git a/frontend/src/components/FontsBlock.js b/frontend/src/components/FontsBlock.js index 879f2b7..f487b8b 100644 --- a/frontend/src/components/FontsBlock.js +++ b/frontend/src/components/FontsBlock.js @@ -49,9 +49,10 @@ const FontsBlock = () => {

System Fonts

- Explanation: JavaScript can be used to read various information - about your hardware. This information can be used to create a - fingerprint. + Explanation: 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.

);