mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Common Overrides (markdown)
+4
-3
@@ -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:
|
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))
|
* `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` to disable [additional fingerprinting protection](https://support.mozilla.org/en-US/kb/firefox-protection-against-fingerprinting#w_suspected-fingerprinters) in Normal Browsing windows
|
* `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
|
```javascript
|
||||||
// PREF: make Strict ETP less aggressive
|
// PREF: make Strict ETP less aggressive
|
||||||
|
|||||||
Reference in New Issue
Block a user