diff --git a/_includes/sections/browser-tweaks.html b/_includes/sections/browser-advanced-tweaks.html similarity index 99% rename from _includes/sections/browser-tweaks.html rename to _includes/sections/browser-advanced-tweaks.html index efa8981e..23808845 100644 --- a/_includes/sections/browser-tweaks.html +++ b/_includes/sections/browser-advanced-tweaks.html @@ -1,4 +1,4 @@ -

Firefox: Privacy Related "about:config" Tweaks

+

Firefox: Advanced Privacy Tweaks using "about:config"

diff --git a/_includes/sections/browser-easy-tweaks.html b/_includes/sections/browser-easy-tweaks.html new file mode 100644 index 00000000..276e4e94 --- /dev/null +++ b/_includes/sections/browser-easy-tweaks.html @@ -0,0 +1,44 @@ +

Firefox: Easy Privacy Enhancing Tweaks

+ + + +

Enhanced Tracking Protection

+

ETP can be enabled by clicking on the main menu (or Edit) and then Preferences. From the side menu select 🔒 Privacy & Security.

+ +

We recommend that All third-party cookies be blocked. The only pages likely to break under this configuration are social logins (i.e. authentication with services using your Google, Facebook account etc). Social logins are terrible for privacy and they link all services you use to a single identity, that is mostly used for advertising purposes, such as targeted advertising. + +

When you use a social login you also run the risk of being locked out of services you use, if you lose access to the account. We recommend creating individual accounts with separate passwords. Passwords can be managed with a Password Manager.

+ +For more information about Enhanced Tracking Protection, see Mozilla's for Desktop and Android. + +The only suggestion we would make is to switch from standard to custom with the configuration listed below. + +
Custom
+ + +

The strict setting will only block known cross-site and/or social media trackers. This may still let through third party cookies that can be used for tracking.

+ +

Firefox sessions and saved data

+

We also suggest clearing history, and persistent data upon close of your browser. If you wish to remain logged in for some websites we suggest setting some exceptions.

For desktop users we suggest using the Multi-Account Containers Add-on from Mozilla in combination with the Temporary Containers addon. + +
History
+Firefox will Use custom settings for history + diff --git a/assets/css/style.scss b/assets/css/style.scss index 1693f0af..e2a234b4 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -28,6 +28,11 @@ a, } } +ul.checkmark { + list-style-type: '\2714'; + display:block; +} + .card-ol { padding-left: 1.25rem; } diff --git a/pages/browsers.html b/pages/browsers.html index 17f98cec..efd87a98 100644 --- a/pages/browsers.html +++ b/pages/browsers.html @@ -13,4 +13,6 @@ description: "These are our current web browser recommendations and some tweaks {% include sections/browser-addons.html %} -{% include sections/browser-tweaks.html %} +{% include sections/browser-easy-tweaks.html %} + +{% include sections/browser-advanced-tweaks.html %} diff --git a/pages/old.html b/pages/old.html index 646299fe..91334f16 100644 --- a/pages/old.html +++ b/pages/old.html @@ -27,7 +27,9 @@ permalink: /classic/ {% include sections/browser-addons.html %} -{% include sections/browser-tweaks.html %} +{% include sections/browser-easy-tweaks.html %} + +{% include sections/browser-advanced-tweaks.html %} {% include sections/email-providers.html %}