mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
Updated Optional Hardening (markdown)
@@ -44,6 +44,16 @@ user_pref("extensions.formautofill.creditCards.enabled", false);
|
|||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
### Firefox Strict mode
|
||||||
|
Enable [Strict](https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop#w_strict-enhanced-tracking-protection) Enhanced Tracking Protection.
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
// PREF: enforce ETP Strict
|
||||||
|
user_pref("browser.contentblocking.category", "strict");
|
||||||
|
```
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
### Block embedded social posts on webpages
|
### Block embedded social posts on webpages
|
||||||
This matches the default behavior of [Strict](https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop#w_strict-enhanced-tracking-protection) Enhanced Tracking Protection.
|
This matches the default behavior of [Strict](https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop#w_strict-enhanced-tracking-protection) Enhanced Tracking Protection.
|
||||||
```javascript
|
```javascript
|
||||||
|
|||||||
Reference in New Issue
Block a user