Difference between revisions of "IceCat/CanvasBlocker"

From Free Software Directory
Jump to: navigation, search
(bulk move of icecat extensions)
 
(Removed IceCatMobile from Related projects -- We don't list Android (and Replicant) apps. Also, nearly all Firefox 57+ (and IceCat 60+ released soon) WebExtensions run on their mobile Firefox variants)
 
(6 intermediate revisions by 2 users not shown)
Line 25: Line 25:
 
A highly experimental version for Android is available at https://github.com/kkapsner/CanvasBlocker/tree/android</canvas></canvas>
 
A highly experimental version for Android is available at https://github.com/kkapsner/CanvasBlocker/tree/android</canvas></canvas>
 
|Homepage URL=https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/
 
|Homepage URL=https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/
|Extension of=IceCat,Firefox
+
|Is High Priority Project=Yes
 +
|Decommissioned or Obsolete=No
 
|Last review by=David Hedlund
 
|Last review by=David Hedlund
|Last review date=2015/06/17
+
|Last review date=2016/04/12
 
|Submitted by=David Hedlund
 
|Submitted by=David Hedlund
 
|Submitted date=2015/06/17
 
|Submitted date=2015/06/17
|Status=
+
|Extension of=IceCat
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
|Is GNU=No
 
|Is GNU=No
 +
|Decommissioned/Obsolete=No
 
}}
 
}}
 
{{Project license
 
{{Project license

Latest revision as of 15:21, 15 June 2018


[edit]

CanvasBlocker

https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/
Blocks the JS-API for modifying <canvas> to prevent Canvas-Fingerprinting.</canvas>

This add-on allows users to prevent websites from using the Javascript <canvas> API to fingerprint them. Users can choose to block the <canvas> API entirely on some or all websites (which may break some websites) or just block or fake its fingerprinting-friendly readout API. More information on <canvas> fingerprinting can be found at http://www.browserleaks.com/canvas.

The different block modes are: </canvas></canvas></canvas>

   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.
   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.
   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.
   block everything: Ignore all lists and block the <canvas> API on all websites.
   allow only white list: Only websites in the white list are allowed to use the <canvas> API.
   ask for permission: If a website is not listed on the white list or black list, the user will be asked if the website should be allowed to use the <canvas> API each time it is called.
   block only black list: Block the <canvas> API only for websites on the black list.
   allow everything: Ignore all lists and allow the <canvas> API on all websites.


Firefox's native PDF reader uses the <canvas> API to display PDF content, so blocking it for MIME-content type of "*/pdf" will prevent the PDF reader from working. Therefore, the <canvas> API is enabled for PDFs by default, but it can be disabled without affecting the block mode setting.

At present, only my domain (kkapsner.de) is whitelisted by default.

Please report issues and feature requests at https://github.com/kkapsner/CanvasBlocker/issues

A highly experimental version for Android is available at https://github.com/kkapsner/CanvasBlocker/tree/android</canvas></canvas>


Hpp-logo.png This is a high priority project

Download




Categories





Licensing

License

Verified by

Verified on

Notes

License

MPLv2.0




Leaders and contributors

Resources and communication

Software prerequisites




Entry





"MPLv2.0" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.









Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.