hardware/ software text

This commit is contained in:
z0ccc 2021-07-22 15:48:25 -04:00
parent 0c1da46ffc
commit c4e0a403ef
3 changed files with 7 additions and 9 deletions

View file

@ -28,9 +28,9 @@ const FiltersBlock = () => {
<h1>Content Filters</h1>
<Table data={data} />
<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> Although content filters like adblock can protect
you against certain methods of tracking, it can also be used as another
identification metric.
</p>
</ScanBlock>
);

View file

@ -75,9 +75,8 @@ const HardwareBlock = () => {
<h1>Hardware</h1>
<Table data={data} />
<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> JavaScript can be used to find information about
your hardware. This information can be used to create a fingerprint.
</p>
</ScanBlock>
);

View file

@ -122,9 +122,8 @@ const HardwareBlock = () => {
<h1>Software</h1>
<Table data={data} />
<p>
<b>Explanation:</b> JavaScript can be used to read various information
about your software. This information can be used to create a
fingerprint.
<b>Explanation:</b> JavaScript can be used to find information about
your software. This information can be used to create a fingerprint.
</p>
</ScanBlock>
);