Updated documentation.

This commit is contained in:
kkapsner 2018-09-05 16:42:57 +02:00
parent 6a6a123c3b
commit b2b66b8960
4 changed files with 11 additions and 0 deletions

View File

@ -20,6 +20,7 @@ Geschützte "Fingerprinting"-APIs:
<li>audio</li>
<li>history</li>
<li>window (standardmäßig deaktiviert)</li>
<li>DOMRect</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

@ -20,6 +20,7 @@ Protected "fingerprinting" APIs:
<li>audio</li>
<li>history</li>
<li>window (disabled by default)</li>
<li>DOMRect</li>
</ul>
Please report issues and feature requests at https://github.com/kkapsner/CanvasBlocker/issues

View File

@ -13,6 +13,14 @@ The different block modes are:
<li>allow everything: Ignore all lists and allow the &lt;canvas&gt; API on all websites.</li>
</ul>
Protected "fingerprinting" APIs:
* canvas 2d
* webGL
* audio
* history
* window (disabled by default)
* DOMRect
Special thanks to:
* spodermenpls for finding all the typos
* Thorin-Oakenpants for the icon idea

View File

@ -4,6 +4,7 @@ Version 0.5.4:
new features:
- added save/load directly to/from file option
- added protection for DOMRect (getClientRects)
fixes:
-