Added Firefox guide
This commit is contained in:
parent
1fb56d8807
commit
2dc6052edf
4 changed files with 143 additions and 47 deletions
55
how-to-configure-firefox-for-privacy-and-security/README.md
Normal file
55
how-to-configure-firefox-for-privacy-and-security/README.md
Normal file
|
@ -0,0 +1,55 @@
|
|||
<!--
|
||||
Title: How to configure Firefox for privacy and security
|
||||
Description: Learn how to configure Firefox for privacy and security.
|
||||
Author: Sun Knudsen <https://github.com/sunknudsen>
|
||||
Contributors: Sun Knudsen <https://github.com/sunknudsen>
|
||||
Reviewers:
|
||||
Publication date: 2022-11-04T11:00:13.850Z
|
||||
Listed: true
|
||||
-->
|
||||
|
||||
# How to configure Firefox for privacy and security
|
||||
|
||||
## Caveats
|
||||
|
||||
- When copy/pasting commands that start with `$`, strip out `$` as this character is not part of the command
|
||||
|
||||
## Guide
|
||||
|
||||
### Step 1: install [Firefox](https://www.mozilla.org/en-US/firefox/new/)
|
||||
|
||||
Go to [https://www.mozilla.org/en-US/firefox/new/](https://www.mozilla.org/en-US/firefox/new/), download and install Firefox.
|
||||
|
||||
### Step 2: add [user.js](./user.js) to profile
|
||||
|
||||
> Heads-up: see [arkenfox/user.js](https://github.com/arkenfox/user.js/) to explore more settings.
|
||||
|
||||
#### Start Firefox, paste “about:profiles” in address bar and press enter.
|
||||
|
||||
#### Find default profile root directory and copy to clipboard.
|
||||
|
||||
#### Download user.js to default profile root directory.
|
||||
|
||||
> Heads-up: replace `/Users/sunknudsen/Library/Application Support/Firefox/Profiles/rzrw17yo.default-release` with default profile root directory copied to clipboard.
|
||||
|
||||
```console
|
||||
$ cd "/Users/sunknudsen/Library/Application Support/Firefox/Profiles/rzrw17yo.default-release"
|
||||
|
||||
$ curl --fail --remote-name https://sunknudsen.com/static/media/privacy-guides/how-to-configure-firefox-for-privacy-and-security/user.js
|
||||
```
|
||||
|
||||
### Step 3: restart Firefox
|
||||
|
||||
### Step 4: install [Firefox Multi-Account Containers](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/) and [Privacy Badger](https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/) extensions
|
||||
|
||||
#### Go to [https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/) and click “Add to Firefox”.
|
||||
|
||||
#### Go to [https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/](https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/) and click “Add to Firefox”.
|
||||
|
||||
> Heads-up: when asked to allow extension to run in private windows, check box and click “Okay”.
|
||||
|
||||
### Step 5: set default search engine to DuckDuckGo
|
||||
|
||||
### Step 6: configure containers (see episode)
|
||||
|
||||
👍
|
Loading…
Add table
Add a link
Reference in a new issue