hardware/ software text
This commit is contained in:
parent
0c1da46ffc
commit
c4e0a403ef
3 changed files with 7 additions and 9 deletions
|
|
@ -28,9 +28,9 @@ const FiltersBlock = () => {
|
||||||
<h1>Content Filters</h1>
|
<h1>Content Filters</h1>
|
||||||
<Table data={data} />
|
<Table data={data} />
|
||||||
<p>
|
<p>
|
||||||
<b>Explanation:</b> JavaScript can be used to read various information
|
<b>Explanation:</b> Although content filters like adblock can protect
|
||||||
about your hardware. This information can be used to create a
|
you against certain methods of tracking, it can also be used as another
|
||||||
fingerprint.
|
identification metric.
|
||||||
</p>
|
</p>
|
||||||
</ScanBlock>
|
</ScanBlock>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -75,9 +75,8 @@ const HardwareBlock = () => {
|
||||||
<h1>Hardware</h1>
|
<h1>Hardware</h1>
|
||||||
<Table data={data} />
|
<Table data={data} />
|
||||||
<p>
|
<p>
|
||||||
<b>Explanation:</b> JavaScript can be used to read various information
|
<b>Explanation:</b> JavaScript can be used to find information about
|
||||||
about your hardware. This information can be used to create a
|
your hardware. This information can be used to create a fingerprint.
|
||||||
fingerprint.
|
|
||||||
</p>
|
</p>
|
||||||
</ScanBlock>
|
</ScanBlock>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -122,9 +122,8 @@ const HardwareBlock = () => {
|
||||||
<h1>Software</h1>
|
<h1>Software</h1>
|
||||||
<Table data={data} />
|
<Table data={data} />
|
||||||
<p>
|
<p>
|
||||||
<b>Explanation:</b> JavaScript can be used to read various information
|
<b>Explanation:</b> JavaScript can be used to find information about
|
||||||
about your software. This information can be used to create a
|
your software. This information can be used to create a fingerprint.
|
||||||
fingerprint.
|
|
||||||
</p>
|
</p>
|
||||||
</ScanBlock>
|
</ScanBlock>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue