Add SVG icons
This commit is contained in:
@ -15,10 +15,30 @@ The only suggestion we would make is to switch from <strong>standard</strong> to
|
||||
|
||||
<h5>Custom</h5>
|
||||
<ul class="checkmark">
|
||||
<li>Cookies: <strong>All third-party cookies (may cause websites to break)</strong></li>
|
||||
<li>Tracking content: <strong> In all windows</strong></li>
|
||||
<li>Cryptominers</li>
|
||||
<li>Fingerprinters</li>
|
||||
<li><img src="/assets/img/svg/etp/3rdpartycookies-disabled.svg"
|
||||
class="mx-3" width="15" height="15"
|
||||
title="3rd Party Cookies disabled"
|
||||
alt="3rd Party Cookies disabled">
|
||||
Cookies: <strong>All third-party cookies (may cause websites to break)</strong>
|
||||
</li>
|
||||
<li><img src="/assets/img/svg/etp/tracker-image-disabled.svg"
|
||||
class="mx-3" width="15" height="15"
|
||||
title="Tracking content disabled"
|
||||
alt="Tracking content disabled">
|
||||
Tracking content: <strong> In all windows</strong>
|
||||
</li>
|
||||
<li><img src="/assets/img/svg/etp/cryptominers-disabled.svg"
|
||||
class="mx-3" width="15" height="15"
|
||||
title="Cryptominers disabled"
|
||||
alt="Cryptominers disabled">
|
||||
Cryptominers
|
||||
</li>
|
||||
<li><img src="/assets/img/svg/etp/fingerprinters-disabled.svg"
|
||||
class="mx-3" width="15" height="15"
|
||||
title="Fingerprinters disabled"
|
||||
alt="Fingerprinters disabled">
|
||||
Fingerprinters
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>The <strong>strict</strong> setting will only block known cross-site and/or social media trackers. This may still let through third party cookies that can be used for tracking.</p>
|
||||
|
Reference in New Issue
Block a user