diff --git a/frontend/src/components/FiltersBlock.js b/frontend/src/components/FiltersBlock.js index e549ddf..03e7e1f 100644 --- a/frontend/src/components/FiltersBlock.js +++ b/frontend/src/components/FiltersBlock.js @@ -28,9 +28,9 @@ const FiltersBlock = () => {

Content Filters

- Explanation: JavaScript can be used to read various information - about your hardware. This information can be used to create a - fingerprint. + Explanation: Although content filters like adblock can protect + you against certain methods of tracking, it can also be used as another + identification metric.

); diff --git a/frontend/src/components/HardwareBlock.js b/frontend/src/components/HardwareBlock.js index 75f130a..7c341ad 100644 --- a/frontend/src/components/HardwareBlock.js +++ b/frontend/src/components/HardwareBlock.js @@ -75,9 +75,8 @@ const HardwareBlock = () => {

Hardware

- Explanation: JavaScript can be used to read various information - about your hardware. This information can be used to create a - fingerprint. + Explanation: JavaScript can be used to find information about + your hardware. This information can be used to create a fingerprint.

); diff --git a/frontend/src/components/SoftwareBlock.js b/frontend/src/components/SoftwareBlock.js index 065112a..f30f5c9 100644 --- a/frontend/src/components/SoftwareBlock.js +++ b/frontend/src/components/SoftwareBlock.js @@ -122,9 +122,8 @@ const HardwareBlock = () => {

Software

- Explanation: JavaScript can be used to read various information - about your software. This information can be used to create a - fingerprint. + Explanation: JavaScript can be used to find information about + your software. This information can be used to create a fingerprint.

);