mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 12:06:31 +02:00
Name spelling.
This commit is contained in:
parent
6dc08534a6
commit
9711c67c3f
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ This add-on allows users to prevent websites from using the Javascript canvas AP
|
|||
|
||||
The different block modes are:
|
||||
<ul>
|
||||
<li>block readout API: All websites not on the white list or black list can use the canvas API to display something on the page, but the readout API is not allowed to return values to the website. This may break websites like google-maps.</li>
|
||||
<li>block readout API: All websites not on the white list or black list can use the canvas API to display something on the page, but the readout API is not allowed to return values to the website. This may break websites like Google Maps.</li>
|
||||
<li>fake readout API: Canvas Blocker's default setting, and my favorite! All websites not on the white list or black list can use the canvas API to display something on the page, but the readout API is forced to return a new random value each time it is called.</li>
|
||||
<li>fake at input: on display of text the drawn pixels get modified slightly. This makes the detection of the add-on harder but is less secure. On WebGL-canvas the behaviour is identical to "fake readout API".</li>
|
||||
<li>ask for readout API permission: All websites not on the white list or black list can use the canvas API to display something on the page, but the user will be asked if the website should be allowed to use the readout API each time it is called.</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue