mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 12:06:31 +02:00
Added list of protected APIs to the addon description.
This commit is contained in:
parent
388736d169
commit
a2847d9f6a
2 changed files with 14 additions and 0 deletions
|
@ -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.
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue