From bdf539c8658475715a7bc71e98f389c5aa54ae13 Mon Sep 17 00:00:00 2001 From: hugoncosta Date: Sat, 14 Mar 2020 15:10:31 +0000 Subject: [PATCH 1/2] Bring CanvasBlocker to Add-Ons --- _includes/sections/browser-addons.html | 9 ++ _includes/sections/browser-fingerprint.html | 6 - assets/img/svg/3rd-party/canvasblocker.svg | 128 ++++++++++++++++++++ 3 files changed, 137 insertions(+), 6 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 a579591f..0dfb594f 100644 --- a/_includes/sections/browser-addons.html +++ b/_includes/sections/browser-addons.html @@ -41,6 +41,15 @@ chrome="https://chrome.google.com/webstore/detail/decentraleyes/ldpochfccmkkmhdb opera="https://addons.opera.com/en/extensions/details/decentraleyes" %} +{% include cardv2.html +title="CanvasBlocker" +image="/assets/img/png/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/" +%} + {% include cardv2.html title="Cookie AutoDelete: Automatically Delete Cookies" image="/assets/img/png/3rd-party/cookie_autodelete.png" diff --git a/_includes/sections/browser-fingerprint.html b/_includes/sections/browser-fingerprint.html index 6b3e1859..7bbf05d6 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