Added list of protected APIs to the addon description.

This commit is contained in:
kkapsner 2018-07-16 00:28:02 +02:00
parent 388736d169
commit a2847d9f6a
2 changed files with 14 additions and 0 deletions

View File

@ -13,4 +13,11 @@ Die verschiedenen Blockiermodi sind:
<li>alles erlauben: Ignoriere alle Listen und erlaube die canvas-API auf allen Webseiten.</li>
</ul>
Geschütze "Fingerprinting"-APIs:
<ul>
<li>canvas 2d</li>
<li>webGL</li>
<li>audio</li>
</ul>
Falls Sie Fehler finden oder Verbesserungsvorschläge haben, teilen Sie mir das bitte auf https://github.com/kkapsner/CanvasBlocker/issues mit.

View File

@ -13,4 +13,11 @@ The different block modes are:
<li>allow everything: Ignore all lists and allow the canvas API on all websites.</li>
</ul>
Protected "fingerprinting" APIs:
<ul>
<li>canvas 2d</li>
<li>webGL</li>
<li>audio</li>
</ul>
Please report issues and feature requests at https://github.com/kkapsner/CanvasBlocker/issues