From dd13a26dc92c3257e700189a36b79c61ec114fef Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Thu, 13 Feb 2025 18:34:32 -0500 Subject: [PATCH] Updated Common Overrides (markdown) --- Common-Overrides.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Common-Overrides.md b/Common-Overrides.md index 55bd4d0..c6dce64 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -28,10 +28,11 @@ user_pref("browser.contentblocking.category", "standard"); ``` Alternatively, you can adjust how aggressive Strict ETP is. You can change one or both prefs: -* `lvl2` to `-lvl2` to use a less aggressive [Disconnect](https://disconnect.me/trackerprotection) tracking protection ([lvl 1 list)](https://github.com/mozilla-services/shavar-prod-lists/blob/master/disconnect-blacklist.json)) -* `fpp` to `-fpp` to disable [additional fingerprinting protection](https://support.mozilla.org/en-US/kb/firefox-protection-against-fingerprinting#w_suspected-fingerprinters) in Normal Browsing windows +* `lvl2` to `-lvl2` uses a less aggressive [Disconnect](https://disconnect.me/trackerprotection) tracking protection ([lvl 1 list)](https://github.com/mozilla-services/shavar-prod-lists/blob/master/disconnect-blacklist.json)) +* `fpp` to `-fpp` disables [additional fingerprinting protection](https://support.mozilla.org/en-US/kb/firefox-protection-against-fingerprinting#w_suspected-fingerprinters) (FPP) in Normal Browsing windows +* `fppPrivate` to `-fppPrivate` disables FPP in Private Browsing windows (not recommended) -Example: In the string below, I've disabled the `lvl2` tracking list but left Mozilla's newer fingerprinting protection enabled. But if you add a `-` to `fpp`, it will disable the protection in Normal Browsing windows. `-fppPrivate` to also disables it in Private Browsing windows, but I don't recommend that. +Example: In the string below, I've disabled the `lvl2` tracking list but left FPP enabled. But if you add a `-` to `fpp`, it will disable the protection in Normal Browsing windows. ```javascript // PREF: make Strict ETP less aggressive