From 6ffed73ffa62a7cbc338b72953e03e0223d906de Mon Sep 17 00:00:00 2001 From: Hugo Costa Date: Tue, 5 May 2020 09:41:53 +0000 Subject: [PATCH 1/5] Joining CanvasBlocker to the Add-Ons List (#1787) --- _includes/sections/browser-addons.html | 15 ++- _includes/sections/browser-fingerprint.html | 6 - assets/img/svg/3rd-party/canvasblocker.svg | 128 ++++++++++++++++++++ 3 files changed, 137 insertions(+), 12 deletions(-) create mode 100644 assets/img/svg/3rd-party/canvasblocker.svg diff --git a/_includes/sections/browser-addons.html b/_includes/sections/browser-addons.html index 3c3245bc..78a48280 100644 --- a/_includes/sections/browser-addons.html +++ b/_includes/sections/browser-addons.html @@ -44,12 +44,6 @@ chrome="https://chrome.google.com/webstore/detail/decentraleyes/ldpochfccmkkmhdb opera="https://addons.opera.com/en/extensions/details/decentraleyes" %} -

Additional Functionality

- - - {% include cardv2.html title="Terms of Service; Didn’t Read: Be Informed" image="/assets/img/svg/3rd-party/terms_of_service_didnt_read.svg" @@ -103,3 +97,12 @@ firefox="https://addons.mozilla.org/en-US/firefox/addon/umatrix" chrome="https://chrome.google.com/webstore/detail/umatrix/ogfcmafjalglgifnmanfmnieipoejdcf" opera="https://addons.opera.com/en/extensions/details/umatrix" %} + +{% include cardv2.html +title="CanvasBlocker" +image="/assets/img/svg/3rd-party/canvasblocker.svg" +description="CanvasBlocker allows users to prevent websites from using some Javascript APIs to fingerprint them. Users can choose to block the APIs entirely on some or all websites (which may break some websites) or just block or fake its fingerprinting-friendly readout API." +website="https://github.com/kkapsner/CanvasBlocker/" +github="https://github.com/kkapsner/CanvasBlocker/" +firefox="https://addons.mozilla.org/firefox/addon/canvasblocker/" +%} \ No newline at end of file diff --git a/_includes/sections/browser-fingerprint.html b/_includes/sections/browser-fingerprint.html index 28303f3a..99c9bb2f 100644 --- a/_includes/sections/browser-fingerprint.html +++ b/_includes/sections/browser-fingerprint.html @@ -16,12 +16,6 @@

Modern web browsers have not been architected to assure personal web privacy. Rather than worrying about being fingerprinted, it seems more practical to use free software plugins like Privacy Badger and uBlock Origin. They not only respect your freedom, but your privacy also. You can get much further with these than trying to manipulate your browser's fingerprint.

- -

Firefox Addon: CanvasBlocker

- -

Related Information