From ffff8ad4cf138adaa02c131cf0b46a6125af99bc Mon Sep 17 00:00:00 2001 From: Vincevrp Date: Sun, 20 Jan 2019 15:34:59 +0100 Subject: [PATCH] Move and rework browser addons section --- _includes/sections/browser-addons.html | 93 ++++++++++++++++++++++++++ index.html | 74 +------------------- 2 files changed, 94 insertions(+), 73 deletions(-) create mode 100644 _includes/sections/browser-addons.html diff --git a/_includes/sections/browser-addons.html b/_includes/sections/browser-addons.html new file mode 100644 index 00000000..3a7113bc --- /dev/null +++ b/_includes/sections/browser-addons.html @@ -0,0 +1,93 @@ +

Excellent Firefox Privacy Add-ons

+ + + +
+
+
+ Privacy Badger +
+
+

Stop Tracking with Privacy Badger

+

Privacy Badger is a browser add-on that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web. Privacy Badger learns about trackers as you browse by inspecting external resources websites request. Please be aware that Google Analytics is considered first-party by Privacy Badger, which means that Google Analytics will not be blocked if you do not use another blocker, such as uBlock Origin.

+
+
+
+ +
+
+
+ uBlock +
+
+

Block Ads and Trackers with uBlock Origin

+

An efficient wide-spectrum-blocker that's 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. We recommend Firefox but uBlock Origin also works in other browsers such as Safari, Opera, and Chromium. Unlike AdBlock Plus, uBlock does not allow so-called "acceptable ads".

+
+
+
+ +
+
+
+ Cookie AutoDelete +
+
+

Automatically Delete Cookies with Cookie AutoDelete

+

Automatically removes cookies when they are no longer used by open browser tabs. With the cookies, lingering sessions, as well as information used to spy on you, will be expunged.

+
+
+
+ +
+
+
+ HTTPS Everywhere +
+
+

Encryption with HTTPS Everywhere

+

A Firefox, Chrome, and Opera extension that encrypts your communications with many major websites, making your browsing more secure. A collaboration between The Tor Project and the Electronic Frontier Foundation.

+
+
+
+ +
+
+
+ Decentraleyes +
+
+

Block Content Delivery Networks with Decentraleyes

+

Emulates Content Delivery Networks locally by intercepting requests, finding the required resource and injecting it into the environment. This all happens instantaneously, automatically, and no prior configuration is required. Source code: GitLab (self-hosted).

+
+
+
+ + + +
+
+
+ uMatrix +
+
+

Stop cross-site requests with uMatrix

+

Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics. uMatrix gives you control over the requests that websites make to other websites. This gives you greater and more fine-grained control over the information that you leak online.

+
+
+
+ +
+
+
+ NoScript +
+
+

Be in total control with NoScript Security Suite

+

Highly customizable plugin to selectively allow JavaScript, Java, and Flash to run only on websites you trust. Not for casual users, it requires technical knowledge to configure.

+
+
+
diff --git a/index.html b/index.html index 48fadeaf..87510fba 100644 --- a/index.html +++ b/index.html @@ -19,80 +19,8 @@ layout: default {% include sections/browser-webrtc.html %} -

Excellent Firefox Privacy Add-ons

+ {% include sections/browser-addons.html %} - -

Stop Tracking with "Privacy Badger"

- Privacy Badger -

Privacy Badger is a browser add-on that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web. Privacy Badger learns about trackers as you browse by inspecting external resources websites request. Please be aware that Google Analytics is considered first-party by Privacy Badger, which means that Google Analytics will not be blocked if you do not use another blocker, such as uBlock Origin. - - https://www.eff.org/privacybadger/

- -

Block Ads and Trackers with "uBlock Origin"

- uBlock -

An efficient wide-spectrum-blocker that's 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. We recommend Firefox but uBlock Origin also works in other browsers such as Safari, Opera, and Chromium. Unlike AdBlock Plus, uBlock does not allow so-called "acceptable ads". -
- https://addons.mozilla.org/firefox/addon/ublock-origin/ -

- - - -

Automatically Delete Cookies with "Cookie AutoDelete"

- Cookie AutoDelete -

Automatically removes cookies when they are no longer used by open browser tabs. With the cookies, lingering sessions, as well as information used to spy on you, will be expunged. -
- https://addons.mozilla.org/firefox/addon/cookie-autodelete/

Encryption with "HTTPS Everywhere"

- HTTPS Everywhere -

A Firefox, Chrome, and Opera extension that encrypts your communications with many major websites, making your browsing more secure. A collaboration between The Tor Project and the Electronic Frontier Foundation. -
- https://www.eff.org/https-everywhere

- -

Block Content Delivery Networks with "Decentraleyes"

- Decentraleyes -

Emulates Content Delivery Networks locally by intercepting requests, finding the required resource and injecting it into the environment. This all happens instantaneously, automatically, and no prior configuration is required. Source code: GitLab (self-hosted). -
- https://addons.mozilla.org/firefox/addon/decentraleyes/

- - - -

Stop cross-site requests with "uMatrix"

- uMatrix -

Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics. uMatrix gives you control over the requests that websites make to other websites. This gives you greater and more fine-grained control - over the information that you leak online. -
- https://addons.mozilla.org/firefox/addon/umatrix/ -

- -

Be in total control with "NoScript Security Suite"

- NoScript -

- Highly customizable plugin to selectively allow JavaScript, Java, and Flash to run only on websites you trust. Not for casual users, it requires technical knowledge to configure. -
- https://addons.mozilla.org/firefox/addon/noscript/ -

Firefox: Privacy Related "about:config" Tweaks