From f00627896c52376af897747aacbd2c071883737a Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Mon, 21 Sep 2020 05:08:35 +0000 Subject: [PATCH 1/3] Remove uMatrix, mention uBlock advanced mode --- _includes/sections/browser-addons.html | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/_includes/sections/browser-addons.html b/_includes/sections/browser-addons.html index 0a59874f..da03bc64 100644 --- a/_includes/sections/browser-addons.html +++ b/_includes/sections/browser-addons.html @@ -7,7 +7,7 @@ {% include cardv2.html title="uBlock Origin: Block Ads and Trackers" image="/assets/img/svg/3rd-party/ublock_origin.svg" - description="uBlock Origin is an efficient wide-spectrum blocker that is easy on memory, and yet can load and enforce thousands more filters than other popular blockers out there. It has no monetization strategy and is completely open source." + description="

uBlock Origin is an efficient wide-spectrum blocker that is easy on memory, and yet can load and enforce thousands more filters than other popular blockers out there. It has no monetization strategy and is completely open source. Advanced mode allows for dynamic filtering. Dynamic filtering allows for extended blocking similar to NoScript and uMatrix (E.g. medium or hard) blocking.

" website="https://addons.mozilla.org/firefox/addon/ublock-origin/" privacy-policy="https://github.com/gorhill/uBlock/wiki/Privacy-policy" forum="https://forum.privacytools.io/t/discussion-ublock-origin/266" @@ -168,19 +168,6 @@ These addons require quite a lot of interaction from the user, and some of them completely replace the add-ons we've recommended above. Some sites may not work properly without careful configuration. -{% include cardv2.html - title="uMatrix: Stop Cross-Site Requests" - image="/assets/img/png/3rd-party/umatrix.png" - description="uMatrix gives you control over the requests that websites make to other websites. Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics. uMatrix allows 1st party scripts in its default configuration. If you want the default functionality of NoScript consider blocking 1st party scripts everywhere by default." - website="https://addons.mozilla.org/firefox/addon/umatrix/" - privacy-policy="https://github.com/gorhill/uMatrix/wiki/Privacy-policy" - forum="https://forum.privacytools.io/t/discussion-umatrix/271" - github="https://github.com/gorhill/uMatrix" - firefox="https://addons.mozilla.org/firefox/addon/umatrix" - chrome="https://chrome.google.com/webstore/detail/umatrix/ogfcmafjalglgifnmanfmnieipoejdcf" - opera="https://addons.opera.com/extensions/details/umatrix" -%} - {% include cardv2.html title="CanvasBlocker" image="/assets/img/svg/3rd-party/canvasblocker.svg" -- 2.47.2 From 4347a2d3193699300c006b750edfedcd485f680f Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Mon, 21 Sep 2020 05:55:50 +0000 Subject: [PATCH 2/3] Mention uMatrix is discontinued --- _includes/sections/browser-addons.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_includes/sections/browser-addons.html b/_includes/sections/browser-addons.html index da03bc64..34704f18 100644 --- a/_includes/sections/browser-addons.html +++ b/_includes/sections/browser-addons.html @@ -168,6 +168,19 @@ These addons require quite a lot of interaction from the user, and some of them completely replace the add-ons we've recommended above. Some sites may not work properly without careful configuration. +{% include cardv2.html + title="uMatrix: Stop Cross-Site Requests" + image="/assets/img/png/3rd-party/umatrix.png" + description="uMatrix gives you control over the requests that websites make to other websites. Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics. uMatrix allows 1st party scripts in its default configuration. If you want the default functionality of NoScript consider blocking 1st party scripts everywhere by default. This addon has been discontinued" + website="https://addons.mozilla.org/firefox/addon/umatrix/" + privacy-policy="https://github.com/gorhill/uMatrix/wiki/Privacy-policy" + forum="https://forum.privacytools.io/t/discussion-umatrix/271" + github="https://github.com/gorhill/uMatrix" + firefox="https://addons.mozilla.org/firefox/addon/umatrix" + chrome="https://chrome.google.com/webstore/detail/umatrix/ogfcmafjalglgifnmanfmnieipoejdcf" + opera="https://addons.opera.com/extensions/details/umatrix" +%} + {% include cardv2.html title="CanvasBlocker" image="/assets/img/svg/3rd-party/canvasblocker.svg" -- 2.47.2 From 81a9675ad0ab5a28f724da67a7be5739cd669c37 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Mon, 21 Sep 2020 05:58:20 +0000 Subject: [PATCH 3/3] Minor correction. --- _includes/sections/browser-addons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/browser-addons.html b/_includes/sections/browser-addons.html index 34704f18..0c37fb7c 100644 --- a/_includes/sections/browser-addons.html +++ b/_includes/sections/browser-addons.html @@ -171,7 +171,7 @@ {% include cardv2.html title="uMatrix: Stop Cross-Site Requests" image="/assets/img/png/3rd-party/umatrix.png" - description="uMatrix gives you control over the requests that websites make to other websites. Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics. uMatrix allows 1st party scripts in its default configuration. If you want the default functionality of NoScript consider blocking 1st party scripts everywhere by default. This addon has been discontinued" + description="uMatrix gives you control over the requests that websites make to other websites. Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics. uMatrix allows 1st party scripts in its default configuration. If you want the default functionality of NoScript consider blocking 1st party scripts everywhere by default. This addon has been discontinued." website="https://addons.mozilla.org/firefox/addon/umatrix/" privacy-policy="https://github.com/gorhill/uMatrix/wiki/Privacy-policy" forum="https://forum.privacytools.io/t/discussion-umatrix/271" -- 2.47.2