mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
Updated documentation.
This commit is contained in:
parent
6a6a123c3b
commit
b2b66b8960
@ -20,6 +20,7 @@ Geschützte "Fingerprinting"-APIs:
|
|||||||
<li>audio</li>
|
<li>audio</li>
|
||||||
<li>history</li>
|
<li>history</li>
|
||||||
<li>window (standardmäßig deaktiviert)</li>
|
<li>window (standardmäßig deaktiviert)</li>
|
||||||
|
<li>DOMRect</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
Falls Sie Fehler finden oder Verbesserungsvorschläge haben, teilen Sie mir das bitte auf https://github.com/kkapsner/CanvasBlocker/issues mit.
|
Falls Sie Fehler finden oder Verbesserungsvorschläge haben, teilen Sie mir das bitte auf https://github.com/kkapsner/CanvasBlocker/issues mit.
|
@ -20,6 +20,7 @@ Protected "fingerprinting" APIs:
|
|||||||
<li>audio</li>
|
<li>audio</li>
|
||||||
<li>history</li>
|
<li>history</li>
|
||||||
<li>window (disabled by default)</li>
|
<li>window (disabled by default)</li>
|
||||||
|
<li>DOMRect</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
Please report issues and feature requests at https://github.com/kkapsner/CanvasBlocker/issues
|
Please report issues and feature requests at https://github.com/kkapsner/CanvasBlocker/issues
|
||||||
|
@ -13,6 +13,14 @@ The different block modes are:
|
|||||||
<li>allow everything: Ignore all lists and allow the <canvas> API on all websites.</li>
|
<li>allow everything: Ignore all lists and allow the <canvas> API on all websites.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
Protected "fingerprinting" APIs:
|
||||||
|
* canvas 2d
|
||||||
|
* webGL
|
||||||
|
* audio
|
||||||
|
* history
|
||||||
|
* window (disabled by default)
|
||||||
|
* DOMRect
|
||||||
|
|
||||||
Special thanks to:
|
Special thanks to:
|
||||||
* spodermenpls for finding all the typos
|
* spodermenpls for finding all the typos
|
||||||
* Thorin-Oakenpants for the icon idea
|
* Thorin-Oakenpants for the icon idea
|
||||||
|
@ -4,6 +4,7 @@ Version 0.5.4:
|
|||||||
|
|
||||||
new features:
|
new features:
|
||||||
- added save/load directly to/from file option
|
- added save/load directly to/from file option
|
||||||
|
- added protection for DOMRect (getClientRects)
|
||||||
|
|
||||||
fixes:
|
fixes:
|
||||||
-
|
-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user