aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-07-03 20:39:41 -0500
committerBeatLink <beatlink@protonmail.com>2019-07-03 20:39:41 -0500
commitc378883b171020f7a9058bd5f2689e2eb344d0c2 (patch)
treeba226ca3b37bfe09820fe34be18022d2393df73a /docs
parentMigrate settings (diff)
downloadlibrewolf-linux-c378883b171020f7a9058bd5f2689e2eb344d0c2.tar.gz
librewolf-linux-c378883b171020f7a9058bd5f2689e2eb344d0c2.tar.bz2
librewolf-linux-c378883b171020f7a9058bd5f2689e2eb344d0c2.zip
Move more settings
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md20
-rw-r--r--docs/Settings.md30
2 files changed, 30 insertions, 20 deletions
diff --git a/docs/README.md b/docs/README.md
index 57b053c..542f220 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -127,26 +127,6 @@ See https://gitlab.com/librewolf-community/librewolf/issues
-## Cookies Settings
-
-Using different web services without cookies is impossible and cookie settings in a browser are very important when it come to privacy, in LibreWolf the settings are locked to avoid unwanted changes in such an important setting, but they can be easily changed in `librewolf.cfg` under `User Settings: Cookies settings`.
-
-## Tracking Protection
-
-Firefox now integrates a tracking protection feature (based on disconnect.me) it's a small content blocking list, the listing can not be edited, this feature is disabled in LibreWolf. It's recommended to use uBlock Origin instead. This feature is disabled:
-
-- Until it evolves and integrates at least list editing.
-- Because double filtering (this + ublock) is not suitable for performance.
-
-You can however easily enable this feature in `librewolf.cfg` under `User Settings: Track Protection` (just comment active lines with `//` or remove the entire section).
-
-## Comparing Changes And Updates
-
-If you want to compare changes over updates or if you already have a `user.js`/`librewolf.cfg`/`policies.json`. consider using [Compare-UserJS](https://github.com/claustromaniac/Compare-UserJS), it's an amazing tool to compare user.js files and output the diffs in detailed breakdown, developed by gHack's very own resident cat, [claustromaniac](https://github.com/claustromaniac) :cat:
-
-Usage: If not on windows install [PowerShell](https://github.com/PowerShell/PowerShell) then (for example) `pwsh Compare-UserJS.ps1 librewolf.cfg user.js` (Warning that PowerShell connects to Microsoft sometimes).
-
-
## LibreWolf Dark Theme
diff --git a/docs/Settings.md b/docs/Settings.md
index 5422bfa..da5d163 100644
--- a/docs/Settings.md
+++ b/docs/Settings.md
@@ -54,3 +54,33 @@
| Section | Bench Diff |
|---------|------------|
| General settings | ++ / 5000 |
+
+## IJWY (I Just Want You To Shut Up)
+
+This is a set of settings that aim to remove all the server links embedded in Firefox and other calling home functions in the purpose of blocking un-needed connections. The objective is zero unauthorized connection (ping/telemetry/Mozilla/Google...).
+
+## Edit Locked Settings
+
+Just edit `librewolf.cfg`, save and restart LibreWolf.
+
+
+## Cookies Settings
+
+Using different web services without cookies is impossible and cookie settings in a browser are very important when it come to privacy, in LibreWolf the settings are locked to avoid unwanted changes in such an important setting, but they can be easily changed in `librewolf.cfg` under `User Settings: Cookies settings`.
+
+## Tracking Protection
+
+Firefox now integrates a tracking protection feature (based on disconnect.me) it's a small content blocking list, the listing can not be edited, this feature is disabled in LibreWolf. It's recommended to use uBlock Origin instead. This feature is disabled:
+
+- Until it evolves and integrates at least list editing.
+- Because double filtering (this + ublock) is not suitable for performance.
+
+You can however easily enable this feature in `librewolf.cfg` under `User Settings: Track Protection` (just comment active lines with `//` or remove the entire section).
+
+## Comparing Changes And Updates
+
+If you want to compare changes over updates or if you already have a `user.js`/`librewolf.cfg`/`policies.json`. consider using [Compare-UserJS](https://github.com/claustromaniac/Compare-UserJS), it's an amazing tool to compare user.js files and output the diffs in detailed breakdown, developed by gHack's very own resident cat, [claustromaniac](https://github.com/claustromaniac) :cat:
+
+Usage: If not on windows install [PowerShell](https://github.com/PowerShell/PowerShell) then (for example) `pwsh Compare-UserJS.ps1 librewolf.cfg user.js` (Warning that PowerShell connects to Microsoft sometimes).
+
+
bgstack15