mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Optional Hardening (markdown)
+1
-1
@@ -45,7 +45,7 @@ user_pref("extensions.formautofill.creditCards.enabled", false);
|
|||||||
***
|
***
|
||||||
|
|
||||||
### 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. You will only need this if you used an older version of Betterfox.
|
||||||
```javascript
|
```javascript
|
||||||
// PREF: do not allow embedded tweets, Instagram, Reddit, and Tiktok posts
|
// PREF: do not allow embedded tweets, Instagram, Reddit, and Tiktok posts
|
||||||
user_pref("urlclassifier.trackingSkipURLs", "");
|
user_pref("urlclassifier.trackingSkipURLs", "");
|
||||||
|
|||||||
Reference in New Issue
Block a user