From 0c1da46ffc2f2aafa06b0eafc71927e37520dd68 Mon Sep 17 00:00:00 2001 From: z0ccc Date: Thu, 22 Jul 2021 14:54:28 -0400 Subject: [PATCH] Added fonts text --- frontend/src/components/ConnectBlock.js | 1 - frontend/src/components/FontsBlock.js | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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.

);