From 4a811f83c036e2a2a07e1b450945807a2d6513b2 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 3 Mar 2021 23:33:16 +0100 Subject: [PATCH 01/65] Started on the docs --- docs/MR_howto.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/MR_howto.md diff --git a/docs/MR_howto.md b/docs/MR_howto.md new file mode 100644 index 0000000..e69de29 From 90a89fc71ff1da4672ec538a23982a6a2ab1fe53 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 3 Mar 2021 23:55:33 +0100 Subject: [PATCH 02/65] Added website_structure.md --- docs/website_structure.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/website_structure.md diff --git a/docs/website_structure.md b/docs/website_structure.md new file mode 100644 index 0000000..e69de29 From ed2f5379c31ed83725700c510a01c2770b59ad87 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 4 Mar 2021 00:23:28 +0000 Subject: [PATCH 03/65] Update website_structure.md --- docs/website_structure.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/docs/website_structure.md b/docs/website_structure.md index e69de29..1a16616 100644 --- a/docs/website_structure.md +++ b/docs/website_structure.md @@ -0,0 +1,31 @@ +# website structure + +The [LibreWolf website](https://librewolf-community.gitlab.io/) is built using the Gitlab machinery. The website is generated from .md (markdown) files (see [markdown guide](https://www.markdownguide.org/)). The bulk of a page on the website is generated from .md into .html by the [hugo static site generator](https://gohugo.io/). Of course, the website contains grahics/css/javascript. + +So we have our website divided into two parts: +* Repository: [LibreWolf-Community.gitlab.io](https://gitlab.com/librewolf-community/librewolf-community.gitlab.io) - The repository that contains the instructions for Hugo/Github how to generate and host the website. Low-level repository. +* Repository: [Docs](https://gitlab.com/librewolf-community/docs) - The actual documentation we're going to work with, on [this url](https://librewolf-community.gitlab.io/docs) in the website. High-level repository. + +## Low-level repository: + +Within the low-level repository, there are two interesting subdirectories. First, the [static](https://gitlab.com/librewolf-community/librewolf-community.gitlab.io/-/tree/master/static) folder contains all the images, javascript, fonts and css for the website. + +Second, the [content](https://gitlab.com/librewolf-community/librewolf-community.gitlab.io/-/tree/master/content) folder. It contains an **install.md** with _installation instructions for the user_ wanting to try, install, or upgrade LibreWolf. Second interesting item: _docs @ 22e7df52_ which is a link to the actual 'Docs' repository. And this is how the low-level part of the website 'knows how to find' the High-level part. + +As you can tell, I would be much more happy if that install.md would actually be in the Docs repository, but ok. (Logically, install.md is where you end up clicking 'install' on the main page, and 'docs' is where you end up clicking the 'documentation' button/link.) Let's go to the high-level repository. + +## High-level repository: + +The main repository folder has all the .md files right there, and all of them are interesting, except for the _readme.md_ and _licence.md_. + +It contains only one subfolder (settings) with one file in it: _index.md. This is an inconsistency I do not understand, maybe the idea is to have quite a lot of explanation and documentation on the settings in LibreWolf (which form the core of LibreWolf). But I don't see this substructure reflected in the site navigation on top (yet). + +How does the mapping from .md files to .html pages work? Well, every .md page maps directly to an .html url on the website. So if you create a new file, it will get picked up automatically by the Hugo site generator, and a navigation link will get created. If you want to do that, the first line must be of the form: + + title: My page + + # My page + + Hi there, this is my new page. + +That's basically all about the website structure. All the pages count, and their title: on the first line tells you what their 'navigation' title is. If you delete such an .md file, it disappears from the site. From 5f64293bd439ae69fb27f050cdbfe1f38f58add1 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 4 Mar 2021 00:46:51 +0000 Subject: [PATCH 04/65] Update MR_howto.md --- docs/MR_howto.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/MR_howto.md b/docs/MR_howto.md index e69de29..7e2cb4a 100644 --- a/docs/MR_howto.md +++ b/docs/MR_howto.md @@ -0,0 +1,6 @@ +# Merge Request (MR) how-to + +This page is ment to document how to edit something, using an MR, on the [LibreWolf website](https://librewolf-community.gitlab.io/). + +I'm a big proponent of editing the .md files right in the Gitlab website, no need to clone the files locally or any of that complicated stuff, it can all be done from the website, using a comfortable markdown editor which has a Write/Preview pane, bold and italics buttons, link buttons, most of the stuff we need. Also, it will make the MR merge process much easier and non-technical. + From a6be5c946996c8a179ff7e6e8ec26cdb4b1b6896 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 4 Mar 2021 00:59:24 +0000 Subject: [PATCH 05/65] Update website_structure.md --- docs/website_structure.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/website_structure.md b/docs/website_structure.md index 1a16616..079fff9 100644 --- a/docs/website_structure.md +++ b/docs/website_structure.md @@ -29,3 +29,8 @@ How does the mapping from .md files to .html pages work? Well, every .md page ma Hi there, this is my new page. That's basically all about the website structure. All the pages count, and their title: on the first line tells you what their 'navigation' title is. If you delete such an .md file, it disappears from the site. + +### Other notes/topics + +* I feel that the **install.md** file is critical. This is what people who do not read click on to 'just give me LibreWolf'. This is especially true for Windows/Apple users. The Linux crowd is different and much more hardcore. In a way we want to make things easy clickable for the Windows/Apple users, and clear and consise for the Linux users. +* Second, the **docs / _index.md** file is critical. This is where people land when they click on 'Documentation'. I'm not sure what they would want to read first, but it should point the way to the documentation in general and how it is structured. From b909ec098fad993a2e8cafab45c2e612d3bb0b72 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 4 Mar 2021 01:00:58 +0000 Subject: [PATCH 06/65] Update website_structure.md --- docs/website_structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website_structure.md b/docs/website_structure.md index 079fff9..86274f1 100644 --- a/docs/website_structure.md +++ b/docs/website_structure.md @@ -30,7 +30,7 @@ How does the mapping from .md files to .html pages work? Well, every .md page ma That's basically all about the website structure. All the pages count, and their title: on the first line tells you what their 'navigation' title is. If you delete such an .md file, it disappears from the site. -### Other notes/topics +### My other notes/topics * I feel that the **install.md** file is critical. This is what people who do not read click on to 'just give me LibreWolf'. This is especially true for Windows/Apple users. The Linux crowd is different and much more hardcore. In a way we want to make things easy clickable for the Windows/Apple users, and clear and consise for the Linux users. * Second, the **docs / _index.md** file is critical. This is where people land when they click on 'Documentation'. I'm not sure what they would want to read first, but it should point the way to the documentation in general and how it is structured. From 5df84077688bd602dab7742ab63ce7e309ad6253 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 4 Mar 2021 01:22:40 +0000 Subject: [PATCH 07/65] Update website_structure.md --- docs/website_structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website_structure.md b/docs/website_structure.md index 86274f1..25c72e9 100644 --- a/docs/website_structure.md +++ b/docs/website_structure.md @@ -18,7 +18,7 @@ As you can tell, I would be much more happy if that install.md would actually be The main repository folder has all the .md files right there, and all of them are interesting, except for the _readme.md_ and _licence.md_. -It contains only one subfolder (settings) with one file in it: _index.md. This is an inconsistency I do not understand, maybe the idea is to have quite a lot of explanation and documentation on the settings in LibreWolf (which form the core of LibreWolf). But I don't see this substructure reflected in the site navigation on top (yet). +It contains only one subfolder (settings) with one file in it: _index.md. This looks like an inconsistency, but the idea is probably to have quite a lot of explanation and documentation and pages on the settings in LibreWolf (which form the core of LibreWolf). You can see this substructure reflected in the site navigation on top (this is all done by _Hugo_). How does the mapping from .md files to .html pages work? Well, every .md page maps directly to an .html url on the website. So if you create a new file, it will get picked up automatically by the Hugo site generator, and a navigation link will get created. If you want to do that, the first line must be of the form: From 12ae3431071fff7824fe71aa00c70b1f0a762a02 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 4 Mar 2021 01:25:05 +0000 Subject: [PATCH 08/65] Update website_structure.md --- docs/website_structure.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/website_structure.md b/docs/website_structure.md index 25c72e9..d0775a2 100644 --- a/docs/website_structure.md +++ b/docs/website_structure.md @@ -22,11 +22,13 @@ It contains only one subfolder (settings) with one file in it: _index.md. This l How does the mapping from .md files to .html pages work? Well, every .md page maps directly to an .html url on the website. So if you create a new file, it will get picked up automatically by the Hugo site generator, and a navigation link will get created. If you want to do that, the first line must be of the form: + --- title: My page + --- # My page - Hi there, this is my new page. + Hi there, this is my new page. Lorem ipsum etc. That's basically all about the website structure. All the pages count, and their title: on the first line tells you what their 'navigation' title is. If you delete such an .md file, it disappears from the site. From 822a5ae5616d2481a251a1106f149980a4904634 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 4 Mar 2021 01:25:52 +0000 Subject: [PATCH 09/65] Update website_structure.md --- docs/website_structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website_structure.md b/docs/website_structure.md index d0775a2..98fd8bd 100644 --- a/docs/website_structure.md +++ b/docs/website_structure.md @@ -30,7 +30,7 @@ How does the mapping from .md files to .html pages work? Well, every .md page ma Hi there, this is my new page. Lorem ipsum etc. -That's basically all about the website structure. All the pages count, and their title: on the first line tells you what their 'navigation' title is. If you delete such an .md file, it disappears from the site. +That's basically all about the website structure. All the pages count, and their title: on the first section tells you what their 'navigation' title is. If you delete such an .md file, it disappears from the site. ### My other notes/topics From 4a077848bf850fe9177fab9c98a977feb75072b6 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 4 Mar 2021 01:43:39 +0000 Subject: [PATCH 10/65] Update MR_howto.md --- docs/MR_howto.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/MR_howto.md b/docs/MR_howto.md index 7e2cb4a..cc52d88 100644 --- a/docs/MR_howto.md +++ b/docs/MR_howto.md @@ -1,6 +1,22 @@ # Merge Request (MR) how-to -This page is ment to document how to edit something, using an MR, on the [LibreWolf website](https://librewolf-community.gitlab.io/). +This page is ment to document how to edit something, using an MR, on the [LibreWolf website](https://librewolf-community.gitlab.io/). I would perhaps recommend to read the _website_structure.md_ documentation first to get an overview of the website. -I'm a big proponent of editing the .md files right in the Gitlab website, no need to clone the files locally or any of that complicated stuff, it can all be done from the website, using a comfortable markdown editor which has a Write/Preview pane, bold and italics buttons, link buttons, most of the stuff we need. Also, it will make the MR merge process much easier and non-technical. +I'm a big proponent of editing the .md files right in the Gitlab website, no need to clone the files locally or any of that complicated stuff, it can all be done from the website, using a comfortable markdown editor which has a Write/Preview pane, bold and italics buttons, link buttons, most of the stuff we need. Also, it will make the MR merge process much easier and non-technical. As a bonus, because it's on the website one can edit pages from the web browser on mobile. The only downside to this is that we do not get _GnuPG cryptographically signed_ merge requests, but for .md files I guess that's really not a problem, the content is one-to-one with what people see on the website. +Ok, so that's what we're going to do, edit a page via the website. I will use the **docs / settings / _index.md** file as our running example. + +## Edit process in practical steps + +* We locate the .md file we want to edit in the source repository, in our example, we navigate to [this page](https://gitlab.com/librewolf-community/docs/-/blob/master/settings/_index.md). +* We see a preview of the .md file, formatted roughly the way it looks on the site. We click the blue 'Edit' button. +* It says: > You're not allowed to edit files in this project directly. Please fork this project, make your changes there, and submit a merge request. +* Click 'Fork' right after that error message. +* It will fork, and then it will take you to the online editor. +* This editor is ideal, with a 'Write' tab that allows us to type in the markup text, and a 'Preview' tab that shows us how the page is going to look like when it appears on the website. +* We do our editing, \ until we're done. +* When done, we scroll down to the bottom of the page, and click the green 'Commit changes' button. +* We now end up in the 'Submit Merge Request' page, where we explain in short form what the change is about. No need to be too strict about this. +* We press the green 'Submit merge request' button. +* We end up in the Merge Request page for our MR, (for me, it was MR #2). You can always find all open MR's on the Github navigation to the left. +* **Now it's out of our hands.** We wait until an admin/maintainer approves of our change, submit the change to the repository, and let the new version be generated and displayed on the website. From 25f865c429968b5a1a53d3335b4c2a472848b2bb Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 4 Mar 2021 09:42:05 +0000 Subject: [PATCH 11/65] Update MR_howto.md --- docs/MR_howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MR_howto.md b/docs/MR_howto.md index cc52d88..18a65c2 100644 --- a/docs/MR_howto.md +++ b/docs/MR_howto.md @@ -18,5 +18,5 @@ Ok, so that's what we're going to do, edit a page via the website. I will use th * When done, we scroll down to the bottom of the page, and click the green 'Commit changes' button. * We now end up in the 'Submit Merge Request' page, where we explain in short form what the change is about. No need to be too strict about this. * We press the green 'Submit merge request' button. -* We end up in the Merge Request page for our MR, (for me, it was MR #2). You can always find all open MR's on the Github navigation to the left. +* We end up in the Merge Request page for our MR. You can always find all open MR's on the Github navigation to the left. * **Now it's out of our hands.** We wait until an admin/maintainer approves of our change, submit the change to the repository, and let the new version be generated and displayed on the website. From 6261b1f612370c8b253606ecb6447edcd26ba68d Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Tue, 9 Mar 2021 09:01:07 +0000 Subject: [PATCH 12/65] Add new file --- docs/about_blurp.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/about_blurp.md diff --git a/docs/about_blurp.md b/docs/about_blurp.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/about_blurp.md @@ -0,0 +1 @@ + From a1f98ff0b8f26d7b76a19115351d6785c4ed0400 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Tue, 9 Mar 2021 09:07:51 +0000 Subject: [PATCH 13/65] Update about_blurp.md --- docs/about_blurp.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/about_blurp.md b/docs/about_blurp.md index 8b13789..9b0c43d 100644 --- a/docs/about_blurp.md +++ b/docs/about_blurp.md @@ -1 +1,10 @@ +# What is LibreWolf? +LibreWolf is just like Firefox, but it has all the recommended security setings and add-ons built in for you. + +To be technical, LibreWolf, in essence, is two files: + +* [librewolf.cfg](https://gitlab.com/librewolf-community/settings/-/blob/master/librewolf.cfg) - All the recomended privacy settings. +* [policies.json](https://gitlab.com/librewolf-community/settings/-/blob/master/distribution/policies.json) - Install add-ons, remove all search engines, and make duckduckgo the default search engine. + +That's it the rest should be your normal Firefox. From af580412ee11e464f1a73c608cd88806d3e61905 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Tue, 9 Mar 2021 09:40:45 +0000 Subject: [PATCH 14/65] Update about_blurp.md --- docs/about_blurp.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/about_blurp.md b/docs/about_blurp.md index 9b0c43d..3d7c42c 100644 --- a/docs/about_blurp.md +++ b/docs/about_blurp.md @@ -5,6 +5,14 @@ LibreWolf is just like Firefox, but it has all the recommended security setings To be technical, LibreWolf, in essence, is two files: * [librewolf.cfg](https://gitlab.com/librewolf-community/settings/-/blob/master/librewolf.cfg) - All the recomended privacy settings. -* [policies.json](https://gitlab.com/librewolf-community/settings/-/blob/master/distribution/policies.json) - Install add-ons, remove all search engines, and make duckduckgo the default search engine. +* [policies.json](https://gitlab.com/librewolf-community/settings/-/blob/master/distribution/policies.json) - Install privacy add-ons, remove all big tech search engines, and makes duckduckgo the default search engine. -That's it the rest should be your normal Firefox. +That's it the rest should be your normal Firefox. [[DOWNLOAD SETUP]] + +## What else do I need to know? + +* Librewolf installs on your machine as administrator, so you can't change everything you want. Certain things we consider just too unsafe: and then we keep that setting locked. +* Windows and macOS don't have automatic updates. +* We do make changes to the firefox source, but these are minor things. +* We don't like pocket. Sorry, you can't have your pocket. Or whatever cloud service. +* Updates are different per platform we deploy on. From 0abe36d567aea67922a7a4303c9b135f8e16c886 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Tue, 9 Mar 2021 09:43:59 +0000 Subject: [PATCH 15/65] Update about_blurp.md --- docs/about_blurp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about_blurp.md b/docs/about_blurp.md index 3d7c42c..6b4f5bf 100644 --- a/docs/about_blurp.md +++ b/docs/about_blurp.md @@ -14,5 +14,5 @@ That's it the rest should be your normal Firefox. [[DOWNLOAD SETUP]] * Librewolf installs on your machine as administrator, so you can't change everything you want. Certain things we consider just too unsafe: and then we keep that setting locked. * Windows and macOS don't have automatic updates. * We do make changes to the firefox source, but these are minor things. -* We don't like pocket. Sorry, you can't have your pocket. Or whatever cloud service. +* We don't like pocket. Sorry, you can't have your pocket. Or whatever cloud service, just the browser. * Updates are different per platform we deploy on. From ea294c1b33ceedbcc40023c4fb1cfdb497343f77 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Tue, 9 Mar 2021 09:44:19 +0000 Subject: [PATCH 16/65] Update about_blurp.md --- docs/about_blurp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about_blurp.md b/docs/about_blurp.md index 6b4f5bf..9c269a1 100644 --- a/docs/about_blurp.md +++ b/docs/about_blurp.md @@ -2,7 +2,7 @@ LibreWolf is just like Firefox, but it has all the recommended security setings and add-ons built in for you. -To be technical, LibreWolf, in essence, is two files: +To be technical, LibreWolf, in essence, is just two files: * [librewolf.cfg](https://gitlab.com/librewolf-community/settings/-/blob/master/librewolf.cfg) - All the recomended privacy settings. * [policies.json](https://gitlab.com/librewolf-community/settings/-/blob/master/distribution/policies.json) - Install privacy add-ons, remove all big tech search engines, and makes duckduckgo the default search engine. From d880d4704b36148bbd139511a44aee3c14ce2e2a Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 21:18:04 +0000 Subject: [PATCH 17/65] Add new file --- docs/dl_locations.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/dl_locations.md diff --git a/docs/dl_locations.md b/docs/dl_locations.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/dl_locations.md @@ -0,0 +1 @@ + From bb348bce66e673a650b4112cb8a4005241e339f2 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 21:24:24 +0000 Subject: [PATCH 18/65] Update dl_locations.md --- docs/dl_locations.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/dl_locations.md b/docs/dl_locations.md index 8b13789..6063d46 100644 --- a/docs/dl_locations.md +++ b/docs/dl_locations.md @@ -1 +1,9 @@ +# download locations +* [[arch releases](https://gitlab.com/librewolf-community/browser/arch/-/releases)] - +* [[linux releases](https://gitlab.com/librewolf-community/browser/linux/-/releases)] - +* [[windows releases](https://gitlab.com/librewolf-community/browser/windows/-/releases)] - + +# settings repository + +* [[settings repository](https://gitlab.com/librewolf-community/settings)] From 260afd0486190059e993db0b50dde854e9d99544 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 21:27:34 +0000 Subject: [PATCH 19/65] Update dl_locations.md --- docs/dl_locations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dl_locations.md b/docs/dl_locations.md index 6063d46..a3ca4e6 100644 --- a/docs/dl_locations.md +++ b/docs/dl_locations.md @@ -6,4 +6,4 @@ # settings repository -* [[settings repository](https://gitlab.com/librewolf-community/settings)] +* [[settings repository](https://gitlab.com/librewolf-community/settings)] - all _librewolf.cfg_ stuff.. From 31c2c57f4f1c8a28fde58526faf4330f0c936da8 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 21:39:58 +0000 Subject: [PATCH 20/65] Update dl_locations.md --- docs/dl_locations.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/dl_locations.md b/docs/dl_locations.md index a3ca4e6..bd49783 100644 --- a/docs/dl_locations.md +++ b/docs/dl_locations.md @@ -7,3 +7,15 @@ # settings repository * [[settings repository](https://gitlab.com/librewolf-community/settings)] - all _librewolf.cfg_ stuff.. + +# browser repositories + +* [[arch](https://gitlab.com/librewolf-community/browser/arch)] -> ([issues](https://gitlab.com/librewolf-community/browser/arch/-/issues)) +* [[common](https://gitlab.com/librewolf-community/browser/commons)] -> ([issues](https://gitlab.com/librewolf-community/browser/common/-/issues)) +* [[debian](https://gitlab.com/librewolf-community/browser/debian)] -> ([issues](https://gitlab.com/librewolf-community/browser/debian/-/issues)) +* [[flatpack](https://gitlab.com/librewolf-community/browser/flatpak)] -> ([issues](https://gitlab.com/librewolf-community/browser/flatpak/-/issues)) +* [[gentoo](https://gitlab.com/librewolf-community/browser/gentoo)] -> ([issues](https://gitlab.com/librewolf-community/browser/gentoo/-/issues)) +* [[linux](https://gitlab.com/librewolf-community/browser/linux)] -> ([issues](https://gitlab.com/librewolf-community/browser/linux/-/issues)) +* [[macos](https://gitlab.com/librewolf-community/browser/macos)] -> ([issues](https://gitlab.com/librewolf-community/browser/macos/-/issues)) +* [[](https://gitlab.com/librewolf-community/browser/windows)] -> ([issues](https://gitlab.com/librewolf-community/browser/windows/-/issues)) + From 8f6049618d2d05b56269e6aef3ff9de9741213cd Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 21:40:34 +0000 Subject: [PATCH 21/65] Update dl_locations.md --- docs/dl_locations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dl_locations.md b/docs/dl_locations.md index bd49783..d70daa4 100644 --- a/docs/dl_locations.md +++ b/docs/dl_locations.md @@ -17,5 +17,5 @@ * [[gentoo](https://gitlab.com/librewolf-community/browser/gentoo)] -> ([issues](https://gitlab.com/librewolf-community/browser/gentoo/-/issues)) * [[linux](https://gitlab.com/librewolf-community/browser/linux)] -> ([issues](https://gitlab.com/librewolf-community/browser/linux/-/issues)) * [[macos](https://gitlab.com/librewolf-community/browser/macos)] -> ([issues](https://gitlab.com/librewolf-community/browser/macos/-/issues)) -* [[](https://gitlab.com/librewolf-community/browser/windows)] -> ([issues](https://gitlab.com/librewolf-community/browser/windows/-/issues)) +* [[windows](https://gitlab.com/librewolf-community/browser/windows)] -> ([issues](https://gitlab.com/librewolf-community/browser/windows/-/issues)) From 1a084f7093956a8d5f1cf526fc8d0c0b06e6ee2c Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 21:50:36 +0000 Subject: [PATCH 22/65] Update dl_locations.md --- docs/dl_locations.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/dl_locations.md b/docs/dl_locations.md index d70daa4..59dcec0 100644 --- a/docs/dl_locations.md +++ b/docs/dl_locations.md @@ -19,3 +19,10 @@ * [[macos](https://gitlab.com/librewolf-community/browser/macos)] -> ([issues](https://gitlab.com/librewolf-community/browser/macos/-/issues)) * [[windows](https://gitlab.com/librewolf-community/browser/windows)] -> ([issues](https://gitlab.com/librewolf-community/browser/windows/-/issues)) +# community links + +* If at all possible, pleasse go to the relevant 'issues' link and start discussing thing there. +* [[reddit](https://www.reddit.com/r/LibreWolf/)] +* [[gitter](https://gitter.im/librewolf-community/librewolf)] +* [[website](https://gitlab.com/librewolf-community/librewolf-community.gitlab.io)] - ([issues](https://gitlab.com/librewolf-community/librewolf-community.gitlab.io/-/issues)) + From aee97b331a72b231741e6d65e308d0fb5197801d Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 21:52:00 +0000 Subject: [PATCH 23/65] Update dl_locations.md --- docs/dl_locations.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/dl_locations.md b/docs/dl_locations.md index 59dcec0..f6889fa 100644 --- a/docs/dl_locations.md +++ b/docs/dl_locations.md @@ -10,12 +10,14 @@ # browser repositories -* [[arch](https://gitlab.com/librewolf-community/browser/arch)] -> ([issues](https://gitlab.com/librewolf-community/browser/arch/-/issues)) * [[common](https://gitlab.com/librewolf-community/browser/commons)] -> ([issues](https://gitlab.com/librewolf-community/browser/common/-/issues)) -* [[debian](https://gitlab.com/librewolf-community/browser/debian)] -> ([issues](https://gitlab.com/librewolf-community/browser/debian/-/issues)) * [[flatpack](https://gitlab.com/librewolf-community/browser/flatpak)] -> ([issues](https://gitlab.com/librewolf-community/browser/flatpak/-/issues)) -* [[gentoo](https://gitlab.com/librewolf-community/browser/gentoo)] -> ([issues](https://gitlab.com/librewolf-community/browser/gentoo/-/issues)) * [[linux](https://gitlab.com/librewolf-community/browser/linux)] -> ([issues](https://gitlab.com/librewolf-community/browser/linux/-/issues)) +* [[website](https://gitlab.com/librewolf-community/librewolf-community.gitlab.io)] - ([issues](https://gitlab.com/librewolf-community/librewolf-community.gitlab.io/-/issues)) + +* [[arch](https://gitlab.com/librewolf-community/browser/arch)] -> ([issues](https://gitlab.com/librewolf-community/browser/arch/-/issues)) +* [[debian](https://gitlab.com/librewolf-community/browser/debian)] -> ([issues](https://gitlab.com/librewolf-community/browser/debian/-/issues)) +* [[gentoo](https://gitlab.com/librewolf-community/browser/gentoo)] -> ([issues](https://gitlab.com/librewolf-community/browser/gentoo/-/issues)) * [[macos](https://gitlab.com/librewolf-community/browser/macos)] -> ([issues](https://gitlab.com/librewolf-community/browser/macos/-/issues)) * [[windows](https://gitlab.com/librewolf-community/browser/windows)] -> ([issues](https://gitlab.com/librewolf-community/browser/windows/-/issues)) @@ -24,5 +26,4 @@ * If at all possible, pleasse go to the relevant 'issues' link and start discussing thing there. * [[reddit](https://www.reddit.com/r/LibreWolf/)] * [[gitter](https://gitter.im/librewolf-community/librewolf)] -* [[website](https://gitlab.com/librewolf-community/librewolf-community.gitlab.io)] - ([issues](https://gitlab.com/librewolf-community/librewolf-community.gitlab.io/-/issues)) From 079a8d809c64d173ab6d56b0921c4ac91f13862a Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 21:54:13 +0000 Subject: [PATCH 24/65] Update dl_locations.md --- docs/dl_locations.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/dl_locations.md b/docs/dl_locations.md index f6889fa..2a88248 100644 --- a/docs/dl_locations.md +++ b/docs/dl_locations.md @@ -6,7 +6,7 @@ # settings repository -* [[settings repository](https://gitlab.com/librewolf-community/settings)] - all _librewolf.cfg_ stuff.. +* [[settings repository](https://gitlab.com/librewolf-community/settings)] - all _librewolf.cfg_ stuff.. ([issues](https://gitlab.com/librewolf-community/settings/-/issues)) # browser repositories @@ -15,6 +15,8 @@ * [[linux](https://gitlab.com/librewolf-community/browser/linux)] -> ([issues](https://gitlab.com/librewolf-community/browser/linux/-/issues)) * [[website](https://gitlab.com/librewolf-community/librewolf-community.gitlab.io)] - ([issues](https://gitlab.com/librewolf-community/librewolf-community.gitlab.io/-/issues)) +# distro repositories + * [[arch](https://gitlab.com/librewolf-community/browser/arch)] -> ([issues](https://gitlab.com/librewolf-community/browser/arch/-/issues)) * [[debian](https://gitlab.com/librewolf-community/browser/debian)] -> ([issues](https://gitlab.com/librewolf-community/browser/debian/-/issues)) * [[gentoo](https://gitlab.com/librewolf-community/browser/gentoo)] -> ([issues](https://gitlab.com/librewolf-community/browser/gentoo/-/issues)) @@ -26,4 +28,3 @@ * If at all possible, pleasse go to the relevant 'issues' link and start discussing thing there. * [[reddit](https://www.reddit.com/r/LibreWolf/)] * [[gitter](https://gitter.im/librewolf-community/librewolf)] - From e9beeb1b0703b65f72ba45e574455f0ca21bdb78 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 22:22:16 +0000 Subject: [PATCH 25/65] Add new file --- docs/README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..0697ca8 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,37 @@ +LibreWolf for Win64 +------------------- + +We have a zip file and an installer available for download.. We no longer consider these builds alpha quality, but it is not out of beta yet either. + +**Downloads**: To get the installer, head over to the **[releases](https://gitlab.com/librewolf-community/browser/windows/-/releases)** page. + +# other LibreWolf download locations + +* [[arch releases](https://gitlab.com/librewolf-community/browser/arch/-/releases)] - [AUR(en)](https://aur.archlinux.org/packages/librewolf/) +* [[linux releases](https://gitlab.com/librewolf-community/browser/linux/-/releases)] - Flatpak, AppImage, Arch and other Linux builds of the LibreWolf browser. +* [[windows releases](https://gitlab.com/librewolf-community/browser/windows/-/releases)] - (this repository) + +# settings repository + +* [[settings repository](https://gitlab.com/librewolf-community/settings)] - all _librewolf.cfg_ stuff.. _([issues](https://gitlab.com/librewolf-community/settings/-/issues))_ + +# browser repositories + +* [[common](https://gitlab.com/librewolf-community/browser/commons)] -> _([issues](https://gitlab.com/librewolf-community/browser/common/-/issues))_ +* [[flatpack](https://gitlab.com/librewolf-community/browser/flatpak)] -> _([issues](https://gitlab.com/librewolf-community/browser/flatpak/-/issues))_ +* [[linux](https://gitlab.com/librewolf-community/browser/linux)] -> _([issues](https://gitlab.com/librewolf-community/browser/linux/-/issues))_ +* [[website](https://gitlab.com/librewolf-community/librewolf-community.gitlab.io)] - _([issues](https://gitlab.com/librewolf-community/librewolf-community.gitlab.io/-/issues))_ + +# distro repositories + +* [[arch](https://gitlab.com/librewolf-community/browser/arch)] -> _([issues](https://gitlab.com/librewolf-community/browser/arch/-/issues))_ +* [[debian](https://gitlab.com/librewolf-community/browser/debian)] -> _([issues](https://gitlab.com/librewolf-community/browser/debian/-/issues))_ +* [[gentoo](https://gitlab.com/librewolf-community/browser/gentoo)] -> _([issues](https://gitlab.com/librewolf-community/browser/gentoo/-/issues))_ +* [[macos](https://gitlab.com/librewolf-community/browser/macos)] -> _([issues](https://gitlab.com/librewolf-community/browser/macos/-/issues))_ +* [[windows](https://gitlab.com/librewolf-community/browser/windows)] -> _([issues](https://gitlab.com/librewolf-community/browser/windows/-/issues))_ + +# community links + +* If at all possible, pleasse go to the relevant 'issues' link and start discussing thing there. +* [[reddit](https://www.reddit.com/r/LibreWolf/)] - [r/LibreWolf](https://www.reddit.com/r/LibreWolf/) 😺 +* [[gitter](https://gitter.im/librewolf-community/librewolf)] From 5c2dd9a084f5a7416f1d7520fe31b6ef05431caf Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 22:30:35 +0000 Subject: [PATCH 26/65] Update README.md --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 0697ca8..5638457 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,6 +10,7 @@ We have a zip file and an installer available for download.. We no longer consid * [[arch releases](https://gitlab.com/librewolf-community/browser/arch/-/releases)] - [AUR(en)](https://aur.archlinux.org/packages/librewolf/) * [[linux releases](https://gitlab.com/librewolf-community/browser/linux/-/releases)] - Flatpak, AppImage, Arch and other Linux builds of the LibreWolf browser. * [[windows releases](https://gitlab.com/librewolf-community/browser/windows/-/releases)] - (this repository) +* On [OBS](https://openbuildservice.org/), we have [ubuntu and debian builds](urlhttps://build.opensuse.org/project/show/home:bgstack15:aftermozilla)`. # settings repository From 2644bc08d3146bcf7bf4d85719d0edf59ca945dc Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 22:32:58 +0000 Subject: [PATCH 27/65] Update README.md --- docs/README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/README.md b/docs/README.md index 5638457..9d16e0b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,11 +1,4 @@ -LibreWolf for Win64 -------------------- - -We have a zip file and an installer available for download.. We no longer consider these builds alpha quality, but it is not out of beta yet either. - -**Downloads**: To get the installer, head over to the **[releases](https://gitlab.com/librewolf-community/browser/windows/-/releases)** page. - -# other LibreWolf download locations +# download locations * [[arch releases](https://gitlab.com/librewolf-community/browser/arch/-/releases)] - [AUR(en)](https://aur.archlinux.org/packages/librewolf/) * [[linux releases](https://gitlab.com/librewolf-community/browser/linux/-/releases)] - Flatpak, AppImage, Arch and other Linux builds of the LibreWolf browser. @@ -16,7 +9,7 @@ We have a zip file and an installer available for download.. We no longer consid * [[settings repository](https://gitlab.com/librewolf-community/settings)] - all _librewolf.cfg_ stuff.. _([issues](https://gitlab.com/librewolf-community/settings/-/issues))_ -# browser repositories +# librewolf repositories * [[common](https://gitlab.com/librewolf-community/browser/commons)] -> _([issues](https://gitlab.com/librewolf-community/browser/common/-/issues))_ * [[flatpack](https://gitlab.com/librewolf-community/browser/flatpak)] -> _([issues](https://gitlab.com/librewolf-community/browser/flatpak/-/issues))_ From dc55e5bfdb8afbbf5cf9408963b24c13ee1e50fa Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 22:36:35 +0000 Subject: [PATCH 28/65] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 9d16e0b..7b9a9f5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,7 +3,7 @@ * [[arch releases](https://gitlab.com/librewolf-community/browser/arch/-/releases)] - [AUR(en)](https://aur.archlinux.org/packages/librewolf/) * [[linux releases](https://gitlab.com/librewolf-community/browser/linux/-/releases)] - Flatpak, AppImage, Arch and other Linux builds of the LibreWolf browser. * [[windows releases](https://gitlab.com/librewolf-community/browser/windows/-/releases)] - (this repository) -* On [OBS](https://openbuildservice.org/), we have [ubuntu and debian builds](urlhttps://build.opensuse.org/project/show/home:bgstack15:aftermozilla)`. +* On [OBS](https://openbuildservice.org/), we have [ubuntu and debian builds](urlhttps://build.opensuse.org/project/show/home:bgstack15:aftermozilla). # settings repository From d1bb83bceaa448b9b3b3b4e942f149369acb44c4 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 22:38:23 +0000 Subject: [PATCH 29/65] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 7b9a9f5..16947a4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,7 +3,7 @@ * [[arch releases](https://gitlab.com/librewolf-community/browser/arch/-/releases)] - [AUR(en)](https://aur.archlinux.org/packages/librewolf/) * [[linux releases](https://gitlab.com/librewolf-community/browser/linux/-/releases)] - Flatpak, AppImage, Arch and other Linux builds of the LibreWolf browser. * [[windows releases](https://gitlab.com/librewolf-community/browser/windows/-/releases)] - (this repository) -* On [OBS](https://openbuildservice.org/), we have [ubuntu and debian builds](urlhttps://build.opensuse.org/project/show/home:bgstack15:aftermozilla). +* On [OBS](https://openbuildservice.org/), we have [ubuntu and debian builds](https://build.opensuse.org/project/show/home:bgstack15:aftermozilla). # settings repository From 52f148bcd0783ea5550218c6639e3bc73b1f7c82 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 22:51:33 +0000 Subject: [PATCH 30/65] Update README.md --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/README.md b/docs/README.md index 16947a4..87f6ca2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -29,3 +29,7 @@ * If at all possible, pleasse go to the relevant 'issues' link and start discussing thing there. * [[reddit](https://www.reddit.com/r/LibreWolf/)] - [r/LibreWolf](https://www.reddit.com/r/LibreWolf/) 😺 * [[gitter](https://gitter.im/librewolf-community/librewolf)] + +# hardening firefox + +* [eff: surveillance self-defense[](https://ssd.eff.org/en)] From afcb2eb6dd2c030745e6eb795d0893e44e7165be Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 22:52:02 +0000 Subject: [PATCH 31/65] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 87f6ca2..0ce945c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -32,4 +32,4 @@ # hardening firefox -* [eff: surveillance self-defense[](https://ssd.eff.org/en)] +* [eff: surveillance self-defense](https://ssd.eff.org/en)] From 2a67dcea4761457f22628dbe21f07497822845da Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 22:52:40 +0000 Subject: [PATCH 32/65] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 0ce945c..ee43b2b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -32,4 +32,4 @@ # hardening firefox -* [eff: surveillance self-defense](https://ssd.eff.org/en)] +* [[eff.org: surveillance self-defense](https://ssd.eff.org/en)] From 677b62588576a34f7450c2b302e63733d0bbaa15 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 22:58:44 +0000 Subject: [PATCH 33/65] Update README.md --- docs/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index ee43b2b..de4a2a2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -32,4 +32,7 @@ # hardening firefox -* [[eff.org: surveillance self-defense](https://ssd.eff.org/en)] +* eff.org: [surveillance self-defense](https://ssd.eff.org/en). +* wikipedia: [Browser fingerprinting](https://en.wikipedia.org/wiki/Device_fingerprint). +* wikipedia: [Browser security](https://en.wikipedia.org/wiki/Browser_security). +* wikipedia: [Browser exploit](https://en.wikipedia.org/wiki/Browser_exploit). From 792284f897494f0d387078418607e644d90129bc Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 23:00:47 +0000 Subject: [PATCH 34/65] Update README.md --- docs/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index de4a2a2..f1fc849 100644 --- a/docs/README.md +++ b/docs/README.md @@ -34,5 +34,4 @@ * eff.org: [surveillance self-defense](https://ssd.eff.org/en). * wikipedia: [Browser fingerprinting](https://en.wikipedia.org/wiki/Device_fingerprint). -* wikipedia: [Browser security](https://en.wikipedia.org/wiki/Browser_security). -* wikipedia: [Browser exploit](https://en.wikipedia.org/wiki/Browser_exploit). +* wikipedia: [Browser security](https://en.wikipedia.org/wiki/Browser_security), [browser exploit](https://en.wikipedia.org/wiki/Browser_exploit). From 46a04f6ebcd69dc5b2d92dfef31026f2ca860c29 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 23:05:20 +0000 Subject: [PATCH 35/65] Update README.md --- docs/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/README.md b/docs/README.md index f1fc849..3d56a19 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,8 @@ +# LibreWolf for windows + +* [download latest release](https://gitlab.com/librewolf-community/browser/windows/-/releases). +* [issue tracker](https://gitlab.com/librewolf-community/browser/windows/-/issues). + # download locations * [[arch releases](https://gitlab.com/librewolf-community/browser/arch/-/releases)] - [AUR(en)](https://aur.archlinux.org/packages/librewolf/) From 81048dd09b5969ab4af6a9df95d53f90f9d96027 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 23:49:14 +0000 Subject: [PATCH 36/65] Update README.md --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index 3d56a19..0b45e7d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -40,3 +40,5 @@ * eff.org: [surveillance self-defense](https://ssd.eff.org/en). * wikipedia: [Browser fingerprinting](https://en.wikipedia.org/wiki/Device_fingerprint). * wikipedia: [Browser security](https://en.wikipedia.org/wiki/Browser_security), [browser exploit](https://en.wikipedia.org/wiki/Browser_exploit). +* mozilla: [Firefox](https://www.mozilla.org/en-US/firefox/new/), [Thunderbird](https://www.thunderbird.net/en-US/); ... +* news: [ghacks](https://www.ghacks.net/) From 1c334bfa3452a4ea7f1e037d90e8b8714e9e2ffe Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Mar 2021 23:51:26 +0000 Subject: [PATCH 37/65] Update README.md --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 0b45e7d..beeca11 100644 --- a/docs/README.md +++ b/docs/README.md @@ -38,7 +38,7 @@ # hardening firefox * eff.org: [surveillance self-defense](https://ssd.eff.org/en). -* wikipedia: [Browser fingerprinting](https://en.wikipedia.org/wiki/Device_fingerprint). -* wikipedia: [Browser security](https://en.wikipedia.org/wiki/Browser_security), [browser exploit](https://en.wikipedia.org/wiki/Browser_exploit). * mozilla: [Firefox](https://www.mozilla.org/en-US/firefox/new/), [Thunderbird](https://www.thunderbird.net/en-US/); ... * news: [ghacks](https://www.ghacks.net/) +* wikipedia: [Browser fingerprinting](https://en.wikipedia.org/wiki/Device_fingerprint). +* wikipedia: [Browser security](https://en.wikipedia.org/wiki/Browser_security), [browser exploit](https://en.wikipedia.org/wiki/Browser_exploit). From 16bb7729fb323f91ebd46329a0247c7b5ed98c1b Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Mon, 22 Mar 2021 09:06:03 +0000 Subject: [PATCH 38/65] Update README.md --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index beeca11..59ec4bc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -37,6 +37,7 @@ # hardening firefox +* **tools**: [[deviceinfo.me](https://www.deviceinfo.me/)], [[coveryourtracks](https://coveryourtracks.eff.org/learn)], [[privacytools.io](https://privacytools.io/)], * eff.org: [surveillance self-defense](https://ssd.eff.org/en). * mozilla: [Firefox](https://www.mozilla.org/en-US/firefox/new/), [Thunderbird](https://www.thunderbird.net/en-US/); ... * news: [ghacks](https://www.ghacks.net/) From 5261c02672166185a417bc07578f6e280b423ad4 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Mon, 22 Mar 2021 09:09:24 +0000 Subject: [PATCH 39/65] Update README.md --- docs/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 59ec4bc..ab57513 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,7 +8,6 @@ * [[arch releases](https://gitlab.com/librewolf-community/browser/arch/-/releases)] - [AUR(en)](https://aur.archlinux.org/packages/librewolf/) * [[linux releases](https://gitlab.com/librewolf-community/browser/linux/-/releases)] - Flatpak, AppImage, Arch and other Linux builds of the LibreWolf browser. * [[windows releases](https://gitlab.com/librewolf-community/browser/windows/-/releases)] - (this repository) -* On [OBS](https://openbuildservice.org/), we have [ubuntu and debian builds](https://build.opensuse.org/project/show/home:bgstack15:aftermozilla). # settings repository From 9de659874c459a0944b44bcebe7939817c0f416b Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 25 Mar 2021 17:50:52 +0000 Subject: [PATCH 40/65] Delete README.md --- docs/README.md | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index ab57513..0000000 --- a/docs/README.md +++ /dev/null @@ -1,44 +0,0 @@ -# LibreWolf for windows - -* [download latest release](https://gitlab.com/librewolf-community/browser/windows/-/releases). -* [issue tracker](https://gitlab.com/librewolf-community/browser/windows/-/issues). - -# download locations - -* [[arch releases](https://gitlab.com/librewolf-community/browser/arch/-/releases)] - [AUR(en)](https://aur.archlinux.org/packages/librewolf/) -* [[linux releases](https://gitlab.com/librewolf-community/browser/linux/-/releases)] - Flatpak, AppImage, Arch and other Linux builds of the LibreWolf browser. -* [[windows releases](https://gitlab.com/librewolf-community/browser/windows/-/releases)] - (this repository) - -# settings repository - -* [[settings repository](https://gitlab.com/librewolf-community/settings)] - all _librewolf.cfg_ stuff.. _([issues](https://gitlab.com/librewolf-community/settings/-/issues))_ - -# librewolf repositories - -* [[common](https://gitlab.com/librewolf-community/browser/commons)] -> _([issues](https://gitlab.com/librewolf-community/browser/common/-/issues))_ -* [[flatpack](https://gitlab.com/librewolf-community/browser/flatpak)] -> _([issues](https://gitlab.com/librewolf-community/browser/flatpak/-/issues))_ -* [[linux](https://gitlab.com/librewolf-community/browser/linux)] -> _([issues](https://gitlab.com/librewolf-community/browser/linux/-/issues))_ -* [[website](https://gitlab.com/librewolf-community/librewolf-community.gitlab.io)] - _([issues](https://gitlab.com/librewolf-community/librewolf-community.gitlab.io/-/issues))_ - -# distro repositories - -* [[arch](https://gitlab.com/librewolf-community/browser/arch)] -> _([issues](https://gitlab.com/librewolf-community/browser/arch/-/issues))_ -* [[debian](https://gitlab.com/librewolf-community/browser/debian)] -> _([issues](https://gitlab.com/librewolf-community/browser/debian/-/issues))_ -* [[gentoo](https://gitlab.com/librewolf-community/browser/gentoo)] -> _([issues](https://gitlab.com/librewolf-community/browser/gentoo/-/issues))_ -* [[macos](https://gitlab.com/librewolf-community/browser/macos)] -> _([issues](https://gitlab.com/librewolf-community/browser/macos/-/issues))_ -* [[windows](https://gitlab.com/librewolf-community/browser/windows)] -> _([issues](https://gitlab.com/librewolf-community/browser/windows/-/issues))_ - -# community links - -* If at all possible, pleasse go to the relevant 'issues' link and start discussing thing there. -* [[reddit](https://www.reddit.com/r/LibreWolf/)] - [r/LibreWolf](https://www.reddit.com/r/LibreWolf/) 😺 -* [[gitter](https://gitter.im/librewolf-community/librewolf)] - -# hardening firefox - -* **tools**: [[deviceinfo.me](https://www.deviceinfo.me/)], [[coveryourtracks](https://coveryourtracks.eff.org/learn)], [[privacytools.io](https://privacytools.io/)], -* eff.org: [surveillance self-defense](https://ssd.eff.org/en). -* mozilla: [Firefox](https://www.mozilla.org/en-US/firefox/new/), [Thunderbird](https://www.thunderbird.net/en-US/); ... -* news: [ghacks](https://www.ghacks.net/) -* wikipedia: [Browser fingerprinting](https://en.wikipedia.org/wiki/Device_fingerprint). -* wikipedia: [Browser security](https://en.wikipedia.org/wiki/Browser_security), [browser exploit](https://en.wikipedia.org/wiki/Browser_exploit). From 3ff4c90bd836bfed74fffacb91924d884890e753 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 14 Apr 2021 15:29:14 +0000 Subject: [PATCH 41/65] Add new file --- docs/website_overhaul.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/website_overhaul.md diff --git a/docs/website_overhaul.md b/docs/website_overhaul.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/website_overhaul.md @@ -0,0 +1 @@ + From de805302d0653cb10cb3a9142bf3abf1528abcad Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 14 Apr 2021 15:47:38 +0000 Subject: [PATCH 42/65] Update website_overhaul.md --- docs/website_overhaul.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/website_overhaul.md b/docs/website_overhaul.md index 8b13789..9e09b74 100644 --- a/docs/website_overhaul.md +++ b/docs/website_overhaul.md @@ -1 +1,16 @@ +# https://gitlab.com/librewolf-community/librewolf-community.gitlab.io/-/blob/master/content/install.md + +## macOS: +* (Remove the current section completely.) +* The macOS version builds from source, and has a .dmg available. +* No automatic updating. +* Have a link to the repository: https://gitlab.com/librewolf-community/browser/macos +* Have a link to the releases: https://gitlab.com/librewolf-community/browser/macos/-/releases + +## Windows: +* (Remove the current section completely.) +* The Windows version builds from source, and has a -setup.exe available. +* No automatic updating. +* Have a link to the repository: https://gitlab.com/librewolf-community/browser/windows +* Have a link to the releases: https://gitlab.com/librewolf-community/browser/windows/-/releases From e8b313140548a57ab99c560b5d6dd41e9eb9a9c9 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 14 Apr 2021 16:02:19 +0000 Subject: [PATCH 43/65] Update website_overhaul.md --- docs/website_overhaul.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/website_overhaul.md b/docs/website_overhaul.md index 9e09b74..8c68938 100644 --- a/docs/website_overhaul.md +++ b/docs/website_overhaul.md @@ -1,13 +1,16 @@ # https://gitlab.com/librewolf-community/librewolf-community.gitlab.io/-/blob/master/content/install.md -## macOS: +** Compiling from source ** +* Compiling from source is now possible for all versions of LibreWolf, just head over to the relevant repository, clone it, and read the README.md + +** macOS: ** * (Remove the current section completely.) * The macOS version builds from source, and has a .dmg available. * No automatic updating. * Have a link to the repository: https://gitlab.com/librewolf-community/browser/macos * Have a link to the releases: https://gitlab.com/librewolf-community/browser/macos/-/releases -## Windows: +** Windows: ** * (Remove the current section completely.) * The Windows version builds from source, and has a -setup.exe available. * No automatic updating. From 766c7835f0f203c71a09a932357dedb5d39a10e3 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 14 Apr 2021 16:13:53 +0000 Subject: [PATCH 44/65] Update website_overhaul.md --- docs/website_overhaul.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/website_overhaul.md b/docs/website_overhaul.md index 8c68938..42fc647 100644 --- a/docs/website_overhaul.md +++ b/docs/website_overhaul.md @@ -1,4 +1,7 @@ +Hi all, this document tries to summarize all changes we would like to see in the website. + # https://gitlab.com/librewolf-community/librewolf-community.gitlab.io/-/blob/master/content/install.md +url = https://librewolf-community.gitlab.io/install/ ** Compiling from source ** * Compiling from source is now possible for all versions of LibreWolf, just head over to the relevant repository, clone it, and read the README.md @@ -17,3 +20,18 @@ * Have a link to the repository: https://gitlab.com/librewolf-community/browser/windows * Have a link to the releases: https://gitlab.com/librewolf-community/browser/windows/-/releases +# https://gitlab.com/librewolf-community/docs/-/blob/master/_index.md +url = https://librewolf-community.gitlab.io/docs/ + +** Features ** +* Does LibreWolf still have an 'extensions firewall'? + +** Download and Installation ** +* Remove the TODO and help needed line and please get in toch below windows. +* Just the good, up to date links to the download loctions + +** Contributions ** +* Typo: chance 'currently unsupported browser' into 'currently unsupported platform/operating system'. + + + From d8ac10e908e62b55297fb459621c8a5c6608bcff Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 14 Apr 2021 16:32:41 +0000 Subject: [PATCH 45/65] Update website_overhaul.md --- docs/website_overhaul.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/website_overhaul.md b/docs/website_overhaul.md index 42fc647..cc9f77f 100644 --- a/docs/website_overhaul.md +++ b/docs/website_overhaul.md @@ -33,5 +33,25 @@ url = https://librewolf-community.gitlab.io/docs/ ** Contributions ** * Typo: chance 'currently unsupported browser' into 'currently unsupported platform/operating system'. +# https://gitlab.com/librewolf-community/docs/-/blob/master/addons.md +url = https://librewolf-community.gitlab.io/docs/addons/ +* (Discussion pending.) + +** Recommended Addons ** +* remove Browser Plugs Privacy Firewall (dead link) +* remove uBlock Origin: it's installed by default, perhaps change it to something like this: +* uBlock Origin extra's: [I don't care about cookies](https://www.i-dont-care-about-cookies.eu/) and [Nano Defender](https://jspenguin2017.github.io/uBlockProtector/#extra-installation-steps-for-ublock-origin) + +** Recommended Addons Settings ** +* remove 'browser plugs privacy firewal' (dead link) +* And the verbatim block below it is also obsolete. + +** Other Addons ** + +*** Privacy addons *** +* discussion + +*** Other useful addons *** +* discussion From 75cdfb46ac12561af3707df05fd27beab477a516 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 14 Apr 2021 16:47:27 +0000 Subject: [PATCH 46/65] Update website_overhaul.md --- docs/website_overhaul.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/website_overhaul.md b/docs/website_overhaul.md index cc9f77f..d78588e 100644 --- a/docs/website_overhaul.md +++ b/docs/website_overhaul.md @@ -51,7 +51,13 @@ url = https://librewolf-community.gitlab.io/docs/addons/ *** Privacy addons *** * discussion +* proposal: add a section 'Container addons' and put all container stuff in there: Google-Container, Facebook-Container, Mozilla-Multi-Account-Containers, Switch-Containers, Temporary-Containers) +* remove noHTTP (builtin with latest firefox) +* remove Decentraleyes (old not effective), replace with: [LocalCDN](https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/) *** Other useful addons *** * discussion - +* add [Dark Reader](https://addons.mozilla.org/en-US/firefox/addon/darkreader/). +* remove Dormancy, why would we want to recommend this? +* Add custom search engine: why would we want this? +* From cbd2810e0cbf69eda675af5670131f83cef75a8a Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 14 Apr 2021 16:55:10 +0000 Subject: [PATCH 47/65] Update website_overhaul.md --- docs/website_overhaul.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/website_overhaul.md b/docs/website_overhaul.md index d78588e..c4aa161 100644 --- a/docs/website_overhaul.md +++ b/docs/website_overhaul.md @@ -12,6 +12,7 @@ url = https://librewolf-community.gitlab.io/install/ * No automatic updating. * Have a link to the repository: https://gitlab.com/librewolf-community/browser/macos * Have a link to the releases: https://gitlab.com/librewolf-community/browser/macos/-/releases +* Link to the _build guide_: https://gitlab.com/librewolf-community/browser/macos/-/blob/master/build_guide.md ** Windows: ** * (Remove the current section completely.) @@ -57,7 +58,10 @@ url = https://librewolf-community.gitlab.io/docs/addons/ *** Other useful addons *** * discussion -* add [Dark Reader](https://addons.mozilla.org/en-US/firefox/addon/darkreader/). +* add [Dark Reader](https://addons.mozilla.org/en-US/firefox/addon/darkreader/). Can aid visually impaired people. * remove Dormancy, why would we want to recommend this? * Add custom search engine: why would we want this? +* remove UndoCloseTabButton: why would we want to recommend this? +* Advanced Github Notifier: why would we.. +* Shortkeys: why? also not security oriented. * From 93accd58268e3f8fccbf42e09d45585e231433a3 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 14 Apr 2021 17:06:23 +0000 Subject: [PATCH 48/65] Update website_overhaul.md --- docs/website_overhaul.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/website_overhaul.md b/docs/website_overhaul.md index c4aa161..62d1acd 100644 --- a/docs/website_overhaul.md +++ b/docs/website_overhaul.md @@ -64,4 +64,14 @@ url = https://librewolf-community.gitlab.io/docs/addons/ * remove UndoCloseTabButton: why would we want to recommend this? * Advanced Github Notifier: why would we.. * Shortkeys: why? also not security oriented. -* + +# https://gitlab.com/librewolf-community/docs/-/blob/master/testing.md +url = https://librewolf-community.gitlab.io/docs/testing/ + +** Security/Fingerprint ** + +* add [Cover Your Tracks](https://coveryourtracks.eff.org/), perhaps a bit prominently. + + + + From a84f6136f0ec40e3e739599dbb6e299e27dcff0c Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 14 Apr 2021 17:26:17 +0000 Subject: [PATCH 49/65] Update website_overhaul.md --- docs/website_overhaul.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/website_overhaul.md b/docs/website_overhaul.md index 62d1acd..516de33 100644 --- a/docs/website_overhaul.md +++ b/docs/website_overhaul.md @@ -41,10 +41,16 @@ url = https://librewolf-community.gitlab.io/docs/addons/ ** Recommended Addons ** * remove Browser Plugs Privacy Firewall (dead link) + * remove uBlock Origin: it's installed by default, perhaps change it to something like this: -* uBlock Origin extra's: [I don't care about cookies](https://www.i-dont-care-about-cookies.eu/) and [Nano Defender](https://jspenguin2017.github.io/uBlockProtector/#extra-installation-steps-for-ublock-origin) +* uBlock Origin line: remove completely, stuff is outdated, built-in etc. +* uBlock Origin: we should consider linking to ublock guide for advanced modes, and probably to at least one filter list that works against cryptomining and ones that removes url tracking (which is a good replacement to addons like clearURLs, don't track me google etc) +* with regards to nano/nanoblocker: we should probably just remove it completely from the list; basically the new owners made it malicious. +* uBlock Origin: good blocklist agains crypto-mining: [NoCoin adblock list](https://github.com/hoshsadiq/adblock-nocoin-list). ** Recommended Addons Settings ** +* remove 'cookie master' as it should be done in librewolf.cfg +* remove 'User Agent Platform Spoofer', is done in librewolf.cfg * remove 'browser plugs privacy firewal' (dead link) * And the verbatim block below it is also obsolete. @@ -55,6 +61,8 @@ url = https://librewolf-community.gitlab.io/docs/addons/ * proposal: add a section 'Container addons' and put all container stuff in there: Google-Container, Facebook-Container, Mozilla-Multi-Account-Containers, Switch-Containers, Temporary-Containers) * remove noHTTP (builtin with latest firefox) * remove Decentraleyes (old not effective), replace with: [LocalCDN](https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/) +* remove Request Blocker +* remove Cookie Quik Manager *** Other useful addons *** * discussion From bb318751e20cf5fc75ef2880de3c687f502fd17e Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 14 Apr 2021 17:27:26 +0000 Subject: [PATCH 50/65] Update website_overhaul.md --- docs/website_overhaul.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/website_overhaul.md b/docs/website_overhaul.md index 516de33..7151e03 100644 --- a/docs/website_overhaul.md +++ b/docs/website_overhaul.md @@ -41,7 +41,6 @@ url = https://librewolf-community.gitlab.io/docs/addons/ ** Recommended Addons ** * remove Browser Plugs Privacy Firewall (dead link) - * remove uBlock Origin: it's installed by default, perhaps change it to something like this: * uBlock Origin line: remove completely, stuff is outdated, built-in etc. * uBlock Origin: we should consider linking to ublock guide for advanced modes, and probably to at least one filter list that works against cryptomining and ones that removes url tracking (which is a good replacement to addons like clearURLs, don't track me google etc) From 22b72bf7a8101ac486c5f3e063dac7b26d20a8ea Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 14 Apr 2021 17:32:23 +0000 Subject: [PATCH 51/65] Update website_overhaul.md --- docs/website_overhaul.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/website_overhaul.md b/docs/website_overhaul.md index 7151e03..ca97d79 100644 --- a/docs/website_overhaul.md +++ b/docs/website_overhaul.md @@ -46,6 +46,7 @@ url = https://librewolf-community.gitlab.io/docs/addons/ * uBlock Origin: we should consider linking to ublock guide for advanced modes, and probably to at least one filter list that works against cryptomining and ones that removes url tracking (which is a good replacement to addons like clearURLs, don't track me google etc) * with regards to nano/nanoblocker: we should probably just remove it completely from the list; basically the new owners made it malicious. * uBlock Origin: good blocklist agains crypto-mining: [NoCoin adblock list](https://github.com/hoshsadiq/adblock-nocoin-list). +* uBlock Origin: a collection of filter lists that are available on filterlists.com: https://github.com/DandelionSprout/adfilt/discussions/163 ** Recommended Addons Settings ** * remove 'cookie master' as it should be done in librewolf.cfg From 3bbc7617eb1484e0327ce48ee776fa929497a9a5 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 14 Apr 2021 17:41:07 +0000 Subject: [PATCH 52/65] Update website_overhaul.md --- docs/website_overhaul.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/website_overhaul.md b/docs/website_overhaul.md index ca97d79..7d623fb 100644 --- a/docs/website_overhaul.md +++ b/docs/website_overhaul.md @@ -41,12 +41,15 @@ url = https://librewolf-community.gitlab.io/docs/addons/ ** Recommended Addons ** * remove Browser Plugs Privacy Firewall (dead link) -* remove uBlock Origin: it's installed by default, perhaps change it to something like this: -* uBlock Origin line: remove completely, stuff is outdated, built-in etc. -* uBlock Origin: we should consider linking to ublock guide for advanced modes, and probably to at least one filter list that works against cryptomining and ones that removes url tracking (which is a good replacement to addons like clearURLs, don't track me google etc) +* remove uBlock stuff (see section below) + +** new: uBlock Origin tweaks ** +* we should consider linking to ublock guide for advanced modes, and probably to at least one filter list that works against cryptomining and ones that removes url tracking (which is a good replacement to addons like clearURLs, don't track me google etc) * with regards to nano/nanoblocker: we should probably just remove it completely from the list; basically the new owners made it malicious. -* uBlock Origin: good blocklist agains crypto-mining: [NoCoin adblock list](https://github.com/hoshsadiq/adblock-nocoin-list). -* uBlock Origin: a collection of filter lists that are available on filterlists.com: https://github.com/DandelionSprout/adfilt/discussions/163 +* good blocklist agains crypto-mining: [NoCoin adblock list](https://github.com/hoshsadiq/adblock-nocoin-list). +* a collection of filter lists that are available on filterlists.com: https://github.com/DandelionSprout/adfilt/discussions/163 +* if you have the patience to fix a few websites when they break the medium mode is a really good balance between protection an usability imo: https://github.com/gorhill/uBlock/wiki/Blocking-mode:-medium-mode +* I'll change it to add a 'ublock tweaks' section, could you pass a link to that Wiki? here it is: https://github.com/gorhill/uBlock/wiki ** Recommended Addons Settings ** * remove 'cookie master' as it should be done in librewolf.cfg From 83d333e2b39035d42a304f8d13a886018d83c14f Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 14 Apr 2021 17:53:44 +0000 Subject: [PATCH 53/65] Update website_overhaul.md --- docs/website_overhaul.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/website_overhaul.md b/docs/website_overhaul.md index 7d623fb..89b37cf 100644 --- a/docs/website_overhaul.md +++ b/docs/website_overhaul.md @@ -40,6 +40,7 @@ url = https://librewolf-community.gitlab.io/docs/addons/ * (Discussion pending.) ** Recommended Addons ** +* add Bitwarden add-on [add-on page](https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/) * remove Browser Plugs Privacy Firewall (dead link) * remove uBlock stuff (see section below) From 8f830c601abf307a8467fa0bf91f0154a63224be Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 14 Apr 2021 22:45:31 +0000 Subject: [PATCH 54/65] Update website_overhaul.md --- docs/website_overhaul.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/website_overhaul.md b/docs/website_overhaul.md index 89b37cf..bc2b0d8 100644 --- a/docs/website_overhaul.md +++ b/docs/website_overhaul.md @@ -52,6 +52,15 @@ url = https://librewolf-community.gitlab.io/docs/addons/ * if you have the patience to fix a few websites when they break the medium mode is a really good balance between protection an usability imo: https://github.com/gorhill/uBlock/wiki/Blocking-mode:-medium-mode * I'll change it to add a 'ublock tweaks' section, could you pass a link to that Wiki? here it is: https://github.com/gorhill/uBlock/wiki +ok I collected what I would consider the essential links to understand how uBlock Origin works, I kept it pretty slim as it's already a lot to take: +* easy mode, the default mode that we ship with the browser -> https://github.com/gorhill/uBlock/wiki/Blocking-mode:-easy-mode +* how to add your own static filters, which should be included as we suggest filterlists -> https://github.com/gorhill/uBlock/wiki/Filter-lists-from-around-the-web +* dynamic filtering, suggested for enhanced protection -> https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide +* medium mode, suggested for enhanced protection, might require to fix some websites manually -> +https://github.com/gorhill/uBlock/wiki/Blocking-mode:-medium-mode + + + ** Recommended Addons Settings ** * remove 'cookie master' as it should be done in librewolf.cfg * remove 'User Agent Platform Spoofer', is done in librewolf.cfg From 5df6b69ff26a7db08b2f2b9bdee0e346e271c7cc Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 15 Apr 2021 14:16:50 +0000 Subject: [PATCH 55/65] Update website_overhaul.md --- docs/website_overhaul.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/website_overhaul.md b/docs/website_overhaul.md index bc2b0d8..1731798 100644 --- a/docs/website_overhaul.md +++ b/docs/website_overhaul.md @@ -40,6 +40,7 @@ url = https://librewolf-community.gitlab.io/docs/addons/ * (Discussion pending.) ** Recommended Addons ** +* add NoScript as first one [NoScript](https://addons.mozilla.org/en-US/firefox/addon/noscript/) * add Bitwarden add-on [add-on page](https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/) * remove Browser Plugs Privacy Firewall (dead link) * remove uBlock stuff (see section below) From 70183d09be589727288113edaf01caf58ba24c32 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 15 Apr 2021 14:32:55 +0000 Subject: [PATCH 56/65] Update website_overhaul.md --- docs/website_overhaul.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/website_overhaul.md b/docs/website_overhaul.md index 1731798..cf36d92 100644 --- a/docs/website_overhaul.md +++ b/docs/website_overhaul.md @@ -41,6 +41,7 @@ url = https://librewolf-community.gitlab.io/docs/addons/ ** Recommended Addons ** * add NoScript as first one [NoScript](https://addons.mozilla.org/en-US/firefox/addon/noscript/) +* add second: [uMatrix](https://addons.mozilla.org/en-US/firefox/addon/umatrix/) Note: uMatrix development has frozen, but it gives more control, use either uMatrix or NoScript. * add Bitwarden add-on [add-on page](https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/) * remove Browser Plugs Privacy Firewall (dead link) * remove uBlock stuff (see section below) From 849eb5189e1ba6ed0869e6b57e2048c4c3a834cc Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 15 Apr 2021 14:41:14 +0000 Subject: [PATCH 57/65] Update website_overhaul.md --- docs/website_overhaul.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/website_overhaul.md b/docs/website_overhaul.md index cf36d92..6f3181a 100644 --- a/docs/website_overhaul.md +++ b/docs/website_overhaul.md @@ -40,8 +40,8 @@ url = https://librewolf-community.gitlab.io/docs/addons/ * (Discussion pending.) ** Recommended Addons ** -* add NoScript as first one [NoScript](https://addons.mozilla.org/en-US/firefox/addon/noscript/) -* add second: [uMatrix](https://addons.mozilla.org/en-US/firefox/addon/umatrix/) Note: uMatrix development has frozen, but it gives more control, use either uMatrix or NoScript. +* add as first one: [NoScript](https://addons.mozilla.org/en-US/firefox/addon/noscript/) Block JavaScript. +* add second: [uMatrix](https://addons.mozilla.org/en-US/firefox/addon/umatrix/) Note: uMatrix development has frozen, but it gives more control than NoScript, use either uMatrix or NoScript. * add Bitwarden add-on [add-on page](https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/) * remove Browser Plugs Privacy Firewall (dead link) * remove uBlock stuff (see section below) From 894f3b94641e563f57c546a80e08bc89b0e34f67 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 15 Apr 2021 15:07:56 +0000 Subject: [PATCH 58/65] Update website_overhaul.md --- docs/website_overhaul.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/website_overhaul.md b/docs/website_overhaul.md index 6f3181a..f62f759 100644 --- a/docs/website_overhaul.md +++ b/docs/website_overhaul.md @@ -42,6 +42,7 @@ url = https://librewolf-community.gitlab.io/docs/addons/ ** Recommended Addons ** * add as first one: [NoScript](https://addons.mozilla.org/en-US/firefox/addon/noscript/) Block JavaScript. * add second: [uMatrix](https://addons.mozilla.org/en-US/firefox/addon/umatrix/) Note: uMatrix development has frozen, but it gives more control than NoScript, use either uMatrix or NoScript. +* add [LocalCDN](https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/) * add Bitwarden add-on [add-on page](https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/) * remove Browser Plugs Privacy Firewall (dead link) * remove uBlock stuff (see section below) From 3a47f28110d8dcd0aa7afa3b577d07680cf795f3 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 22 Apr 2021 11:26:34 +0000 Subject: [PATCH 59/65] Add new file --- docs/drm_blurp.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/drm_blurp.md diff --git a/docs/drm_blurp.md b/docs/drm_blurp.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/drm_blurp.md @@ -0,0 +1 @@ + From 94e871096c4247f627e7aaee0bdd4e46bde6e703 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 22 Apr 2021 11:28:52 +0000 Subject: [PATCH 60/65] Update drm_blurp.md --- docs/drm_blurp.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/docs/drm_blurp.md b/docs/drm_blurp.md index 8b13789..a95e233 100644 --- a/docs/drm_blurp.md +++ b/docs/drm_blurp.md @@ -1 +1,35 @@ +* This stuff below works for netflix and prime video. +fabrizio @fxbrit_gitlab 11:59 + + +I think we should remove from .cfg + + defaultPref("media.gmp-manager.url", "data:text/plain,"); + defaultPref("media.gmp-manager.url.override", "data:text/plain,"); + defaultPref("media.gmp-manager.certs.2.commonName", ""); + defaultPref("media.gmp-manager.certs.1.commonName", ""); +as they are overkill + +then we should also remove from .cfg + + defaultPref("media.gmp-manager.updateEnabled", false); + defaultPref("media.gmp-widevinecdm.autoupdate", false); + defaultPref("media.gmp-eme-adobe.enabled", false); + +as they do not appear by default in recent firefox versions and are introduced by our .cfg + +With these modifications in place I went in about:config and did + + defaultPref("media.eme.enabled", true); + defaultPref("media.gmp-widevinecdm.enabled", true); + defaultPref("media.gmp-widevinecdm.visible", true); + defaultPref("media.gmp-provider.enabled", true); + +when opening primevideo the video loaded with no required effort on my side + +I think the only issue left, at least on prime video, is that the user agent makes it think that the browser is outdated and therefore it disables media reproduction at high quality +I think I'm stuck at 720 or 1080 either + +let's see if netflix works on my side +yes! it works :) From e33ab3358e0fbcede73db083d8d7c42ef432f910 Mon Sep 17 00:00:00 2001 From: stanzabird Date: Mon, 10 May 2021 07:43:48 +0000 Subject: [PATCH 61/65] Add new file --- docs/addons-new.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/addons-new.md diff --git a/docs/addons-new.md b/docs/addons-new.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/addons-new.md @@ -0,0 +1 @@ + From 946938043c9bc680dae96cd8cf9957d77a368349 Mon Sep 17 00:00:00 2001 From: stanzabird Date: Mon, 10 May 2021 07:47:59 +0000 Subject: [PATCH 62/65] Update addons-new.md --- docs/addons-new.md | 57 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/docs/addons-new.md b/docs/addons-new.md index 8b13789..4508f9d 100644 --- a/docs/addons-new.md +++ b/docs/addons-new.md @@ -1 +1,58 @@ +--- +title: Addons +--- +## Pocket + +Pocket has been removed from librewolf's compilation as it available already as an addon here: https://inmypocketaddon.com. + +## Recommended Addons + +Recommended addons are not bundled and need to be installed manually + +- [Cookie Master](https://addons.mozilla.org/en-US/firefox/addon/cookiemaster/): Block all cookies and only allow authorized sites +- [First Party Isolation](https://addons.mozilla.org/en-US/firefox/addon/first-party-isolation/): Enable/Disable FPI with the click of a button +- [User Agent Platform Spoofer](https://addons.mozilla.org/en-US/firefox/addon/user-agent-platform-spoofer/): Spoof a different UserAgent OS Linux/Windows/Mac +- [Browser Plugs Privacy Firewall](https://addons.mozilla.org/en-US/firefox/addon/browser-plugs-privacy-firewall/): Sets of settings to prevent fingerprinting and security issues +- [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) [+ IDCAC List](https://www.i-dont-care-about-cookies.eu/) [+ Nano-Defender List](https://jspenguin2017.github.io/uBlockProtector/#extra-installation-steps-for-ublock-origin): Block web advertisement and tracking + +## Recommended Addons Settings + +- `uBlock Origin`: Additional filters are availables here: https://filterlists.com/ (don't surcharge it to avoid performance loss) +- `Browser Plugs Privacy Firewall`: Keep settings light to make `privacy.resistFingerprinting` efficient because too much customization will lead to uniqueness and therefore easy fingerprinting. + +``` + - Privacy / Fingerprint / Fake values for getClientRects + - Privacy / Fingerprint / Randomize Canvas Fingerprint + - Privacy / Fingerprint / 100% Randomize ALL Fingerprint Hash + - Firewall / Experimental / Block SVG getBBox and getComputedTextLength + - Privacy / Font / Randomize + - Privacy / Font / Enable protection for font and glyph fingerprinting +``` + +## Other Addons + +### Privacy addons + +- [NoHTTP](https://addons.mozilla.org/en-US/firefox/addon/nohttp): Block http traffic and/or redirect it to https (Excellent replacement for the unrecommended https-everywhere) +- [Google-Container](https://addons.mozilla.org/en-US/firefox/addon/google-container/): Open all Google sites in a container +- [Facebook-Container](https://addons.mozilla.org/en-US/firefox/addon/facebook-container/): Open all Facebook sites in a container +- [Request-Blocker](https://addons.mozilla.org/en-US/firefox/addon/request-blocker-we/): Hosts style blocking sites +- [Decentraleyes](https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/): Makes a lot of web resources available locally to improve privacy +- [Dont-Track-Me-Google](https://addons.mozilla.org/en-US/firefox/addon/dont-track-me-google1/): Cleaning Google search result links +- [Canvas-Blocker](https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/): Prevent some fingerprinting techniques (This should not be used with browser plugins addon as it provide similar features) +- [Cookie-Quick-Manager](https://addons.mozilla.org/en-US/firefox/addon/cookie-quick-manager/): View and edit cookies +- [Mozilla-Multi-Account-Containers](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/): Manage containers and assign sites to specific container +- [Switch-Containers](https://addons.mozilla.org/en-US/firefox/addon/switch-container/): Switching container for the current tab easily +- [Temporary-Containers](https://addons.mozilla.org/en-US/firefox/addon/temporary-containers/): Maximizing and automating container potential +- [Smart-Referer](https://addons.mozilla.org/en-US/firefox/addon/smart-referer/): Manage referer with a button (Send referers only when staying on the same domain.) + +### Other useful addons + +- [Dormancy](https://addons.mozilla.org/en-US/firefox/addon/dormancy/): Unload tab after a certain time, useful for performance when opening a lot of tabs +- [Add Custom Search Engine](https://addons.mozilla.org/en-US/firefox/addon/add-custom-search-engine/): Customize your search engine +- [ProxySwitcheroo](https://addons.mozilla.org/en-US/firefox/addon/proxyswitcheroo/): Apply proxy settings in a click +- [UndoCloseTabButton](https://addons.mozilla.org/en-US/firefox/addon/undoclosetabbutton/): Reopen last closed tab +- [Advanced Github Notifier](https://addons.mozilla.org/en-US/firefox/addon/advanced-github-notifier/): Github notifications +- [Shortkeys](https://addons.mozilla.org/en-US/firefox/addon/shortkeys/): Add custom shortkeys +- [Tabboo](https://addons.mozilla.org/en-US/firefox/addon/tabboo-session-manager/): Session manager From 5d716c228f16957bc4c561a82cce953a55a1c08c Mon Sep 17 00:00:00 2001 From: stanzabird Date: Tue, 11 May 2021 13:10:15 +0000 Subject: [PATCH 63/65] Update addons-new.md --- docs/addons-new.md | 35 +++++++++++------------------------ 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/docs/addons-new.md b/docs/addons-new.md index 4508f9d..e7a4852 100644 --- a/docs/addons-new.md +++ b/docs/addons-new.md @@ -2,50 +2,36 @@ title: Addons --- -## Pocket +## uBlock Origin + +- [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) [+ IDCAC List](https://www.i-dont-care-about-cookies.eu/) [+ Nano-Defender List](https://jspenguin2017.github.io/uBlockProtector/#extra-installation-steps-for-ublock-origin): Block web advertisement and tracking -Pocket has been removed from librewolf's compilation as it available already as an addon here: https://inmypocketaddon.com. ## Recommended Addons Recommended addons are not bundled and need to be installed manually -- [Cookie Master](https://addons.mozilla.org/en-US/firefox/addon/cookiemaster/): Block all cookies and only allow authorized sites - [First Party Isolation](https://addons.mozilla.org/en-US/firefox/addon/first-party-isolation/): Enable/Disable FPI with the click of a button -- [User Agent Platform Spoofer](https://addons.mozilla.org/en-US/firefox/addon/user-agent-platform-spoofer/): Spoof a different UserAgent OS Linux/Windows/Mac -- [Browser Plugs Privacy Firewall](https://addons.mozilla.org/en-US/firefox/addon/browser-plugs-privacy-firewall/): Sets of settings to prevent fingerprinting and security issues -- [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) [+ IDCAC List](https://www.i-dont-care-about-cookies.eu/) [+ Nano-Defender List](https://jspenguin2017.github.io/uBlockProtector/#extra-installation-steps-for-ublock-origin): Block web advertisement and tracking - -## Recommended Addons Settings - -- `uBlock Origin`: Additional filters are availables here: https://filterlists.com/ (don't surcharge it to avoid performance loss) -- `Browser Plugs Privacy Firewall`: Keep settings light to make `privacy.resistFingerprinting` efficient because too much customization will lead to uniqueness and therefore easy fingerprinting. - -``` - - Privacy / Fingerprint / Fake values for getClientRects - - Privacy / Fingerprint / Randomize Canvas Fingerprint - - Privacy / Fingerprint / 100% Randomize ALL Fingerprint Hash - - Firewall / Experimental / Block SVG getBBox and getComputedTextLength - - Privacy / Font / Randomize - - Privacy / Font / Enable protection for font and glyph fingerprinting -``` ## Other Addons ### Privacy addons -- [NoHTTP](https://addons.mozilla.org/en-US/firefox/addon/nohttp): Block http traffic and/or redirect it to https (Excellent replacement for the unrecommended https-everywhere) -- [Google-Container](https://addons.mozilla.org/en-US/firefox/addon/google-container/): Open all Google sites in a container -- [Facebook-Container](https://addons.mozilla.org/en-US/firefox/addon/facebook-container/): Open all Facebook sites in a container - [Request-Blocker](https://addons.mozilla.org/en-US/firefox/addon/request-blocker-we/): Hosts style blocking sites - [Decentraleyes](https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/): Makes a lot of web resources available locally to improve privacy - [Dont-Track-Me-Google](https://addons.mozilla.org/en-US/firefox/addon/dont-track-me-google1/): Cleaning Google search result links - [Canvas-Blocker](https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/): Prevent some fingerprinting techniques (This should not be used with browser plugins addon as it provide similar features) - [Cookie-Quick-Manager](https://addons.mozilla.org/en-US/firefox/addon/cookie-quick-manager/): View and edit cookies +- [Smart-Referer](https://addons.mozilla.org/en-US/firefox/addon/smart-referer/): Manage referer with a button (Send referers only when staying on the same domain.) + +### Container addons + +- [Google-Container](https://addons.mozilla.org/en-US/firefox/addon/google-container/): Open all Google sites in a container +- [Facebook-Container](https://addons.mozilla.org/en-US/firefox/addon/facebook-container/): Open all Facebook sites in a container - [Mozilla-Multi-Account-Containers](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/): Manage containers and assign sites to specific container - [Switch-Containers](https://addons.mozilla.org/en-US/firefox/addon/switch-container/): Switching container for the current tab easily - [Temporary-Containers](https://addons.mozilla.org/en-US/firefox/addon/temporary-containers/): Maximizing and automating container potential -- [Smart-Referer](https://addons.mozilla.org/en-US/firefox/addon/smart-referer/): Manage referer with a button (Send referers only when staying on the same domain.) + ### Other useful addons @@ -56,3 +42,4 @@ Recommended addons are not bundled and need to be installed manually - [Advanced Github Notifier](https://addons.mozilla.org/en-US/firefox/addon/advanced-github-notifier/): Github notifications - [Shortkeys](https://addons.mozilla.org/en-US/firefox/addon/shortkeys/): Add custom shortkeys - [Tabboo](https://addons.mozilla.org/en-US/firefox/addon/tabboo-session-manager/): Session manager +- [In My Pocket](https://addons.mozilla.org/en-US/firefox/addon/in-my-pocket/): For those needing pocket functionality. From 20f1039de2727557bf59ea658b8d174c651988cb Mon Sep 17 00:00:00 2001 From: stanzabird Date: Tue, 11 May 2021 14:25:05 +0000 Subject: [PATCH 64/65] Update addons-new.md --- docs/addons-new.md | 56 ++++++++++++++++++++++++++++------------------ 1 file changed, 34 insertions(+), 22 deletions(-) diff --git a/docs/addons-new.md b/docs/addons-new.md index e7a4852..3265a78 100644 --- a/docs/addons-new.md +++ b/docs/addons-new.md @@ -2,44 +2,56 @@ title: Addons --- -## uBlock Origin +## uBlock Origin tweaks + +[uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) comes bundled with LibreWolf. Also see their [wiki page](https://github.com/gorhill/uBlock/wiki). We'll mention a few filter lists and entry points to the uBlock wiki. + +Some essential uBlock Wiki pages to understand how uBlock Origin works: + +* Easy mode, the default mode that we ship with the browser -> [Blocking mode:easy-mode](https://github.com/gorhill/uBlock/wiki/Blocking-mode:-easy-mode). +* Dynamic filtering, suggested for enhanced protection -> [Dynamic filtering:quick guide](https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide). +* Medium mode, suggested for enhanced protection, might require to fix some websites manually -> [Blocking mode:medium-mode](https://github.com/gorhill/uBlock/wiki/Blocking-mode:-medium-mode). + + +**Filter lists:** + +- uBlock wiki: [Filter lists](https://github.com/gorhill/uBlock/wiki/Filter-lists-from-around-the-web): The uBlock wiki page on filter lists. +- [adblock nocoin list](https://github.com/hoshsadiq/adblock-nocoin-list): Good blocklist against crypto-mining. +- A collection of filter lists that are available on filterlists.com: [see this disussion page](https://github.com/DandelionSprout/adfilt/discussions/163). -- [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) [+ IDCAC List](https://www.i-dont-care-about-cookies.eu/) [+ Nano-Defender List](https://jspenguin2017.github.io/uBlockProtector/#extra-installation-steps-for-ublock-origin): Block web advertisement and tracking ## Recommended Addons -Recommended addons are not bundled and need to be installed manually +Recommended addons are not bundled and need to be installed manually, depending on your needs. -- [First Party Isolation](https://addons.mozilla.org/en-US/firefox/addon/first-party-isolation/): Enable/Disable FPI with the click of a button +- [NoScript](https://addons.mozilla.org/en-US/firefox/addon/noscript/): NoScript Security Suite. Included into Tor Browser and comes highly recommended. +- [uMatrix](https://addons.mozilla.org/en-US/firefox/addon/umatrix/): Note: uMatrix development has frozen, but it _does give more control_ over what gets blocked than NoScript, either uMatrix or NoScript are good choices. +- [LocalCDN](https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/): The successor to Decentraleyes. +- [Bitwarden Password Manager](https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/). ## Other Addons ### Privacy addons -- [Request-Blocker](https://addons.mozilla.org/en-US/firefox/addon/request-blocker-we/): Hosts style blocking sites -- [Decentraleyes](https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/): Makes a lot of web resources available locally to improve privacy -- [Dont-Track-Me-Google](https://addons.mozilla.org/en-US/firefox/addon/dont-track-me-google1/): Cleaning Google search result links -- [Canvas-Blocker](https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/): Prevent some fingerprinting techniques (This should not be used with browser plugins addon as it provide similar features) -- [Cookie-Quick-Manager](https://addons.mozilla.org/en-US/firefox/addon/cookie-quick-manager/): View and edit cookies -- [Smart-Referer](https://addons.mozilla.org/en-US/firefox/addon/smart-referer/): Manage referer with a button (Send referers only when staying on the same domain.) +- [ClearURLs](https://addons.mozilla.org/en-US/firefox/addon/clearurls/): Removes tracking elements from URLs. +- [First Party Isolation](https://addons.mozilla.org/en-US/firefox/addon/first-party-isolation/): Enable/Disable FPI with the click of a button. +- [Canvas Blocker](https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/): Prevent some fingerprinting techniques. +- [Smart Referer](https://addons.mozilla.org/en-US/firefox/addon/smart-referer/): Manage referer with a button. (Send referers only when staying on the same domain.) ### Container addons -- [Google-Container](https://addons.mozilla.org/en-US/firefox/addon/google-container/): Open all Google sites in a container -- [Facebook-Container](https://addons.mozilla.org/en-US/firefox/addon/facebook-container/): Open all Facebook sites in a container -- [Mozilla-Multi-Account-Containers](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/): Manage containers and assign sites to specific container -- [Switch-Containers](https://addons.mozilla.org/en-US/firefox/addon/switch-container/): Switching container for the current tab easily -- [Temporary-Containers](https://addons.mozilla.org/en-US/firefox/addon/temporary-containers/): Maximizing and automating container potential +- [Mozilla's Multi Account Containers](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/): Manage containers and assign sites to specific container. +- [Temporary-Containers](https://addons.mozilla.org/en-US/firefox/addon/temporary-containers/): Maximizing and automating container potential. +- [Google Container](https://addons.mozilla.org/en-US/firefox/addon/google-container/): Open all Google sites in a container. +- [Facebook Container](https://addons.mozilla.org/en-US/firefox/addon/facebook-container/): Open all Facebook sites in a container. +- [Switch Containers](https://addons.mozilla.org/en-US/firefox/addon/switch-container/): Switching container for the current tab easily. ### Other useful addons -- [Dormancy](https://addons.mozilla.org/en-US/firefox/addon/dormancy/): Unload tab after a certain time, useful for performance when opening a lot of tabs -- [Add Custom Search Engine](https://addons.mozilla.org/en-US/firefox/addon/add-custom-search-engine/): Customize your search engine -- [ProxySwitcheroo](https://addons.mozilla.org/en-US/firefox/addon/proxyswitcheroo/): Apply proxy settings in a click -- [UndoCloseTabButton](https://addons.mozilla.org/en-US/firefox/addon/undoclosetabbutton/): Reopen last closed tab -- [Advanced Github Notifier](https://addons.mozilla.org/en-US/firefox/addon/advanced-github-notifier/): Github notifications -- [Shortkeys](https://addons.mozilla.org/en-US/firefox/addon/shortkeys/): Add custom shortkeys -- [Tabboo](https://addons.mozilla.org/en-US/firefox/addon/tabboo-session-manager/): Session manager +- [Dark Reader](https://addons.mozilla.org/en-US/firefox/addon/darkreader/): Very populair addon, also useful for visually impaired people. +- [Cookie Quick Manager](https://addons.mozilla.org/en-US/firefox/addon/cookie-quick-manager/): View and edit cookies. +- [ProxySwitcheroo](https://addons.mozilla.org/en-US/firefox/addon/proxyswitcheroo/): Apply proxy settings in a click. +- [Tabboo](https://addons.mozilla.org/en-US/firefox/addon/tabboo-session-manager/): Session manager. - [In My Pocket](https://addons.mozilla.org/en-US/firefox/addon/in-my-pocket/): For those needing pocket functionality. From 01b4660298df24f306fb4a10c08d6aa7129cfcd8 Mon Sep 17 00:00:00 2001 From: stanzabird Date: Tue, 11 May 2021 14:25:43 +0000 Subject: [PATCH 65/65] Update addons-new.md --- docs/addons-new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/addons-new.md b/docs/addons-new.md index 3265a78..8e25d49 100644 --- a/docs/addons-new.md +++ b/docs/addons-new.md @@ -4,7 +4,7 @@ title: Addons ## uBlock Origin tweaks -[uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) comes bundled with LibreWolf. Also see their [wiki page](https://github.com/gorhill/uBlock/wiki). We'll mention a few filter lists and entry points to the uBlock wiki. +[uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) comes bundled with LibreWolf. Also see their [wiki](https://github.com/gorhill/uBlock/wiki). We'll mention a few filter lists and entry points to the uBlock wiki. Some essential uBlock Wiki pages to understand how uBlock Origin works: