diff --git a/Common-Overrides.md b/Common-Overrides.md index 62e44bd..7e3385c 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -49,6 +49,19 @@ In theory, sites should break less often. These changes shouldn't be an issue if *** +### Allow embedded tweets +With [Strict ETP](https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop#w_strict-enhanced-tracking-protection), Firefox's [SmartBlock](https://support.mozilla.org/en-US/kb/smartblock-enhanced-tracking-protection) feature lets you enable embedded content from sites like Instagram and TikTok. When you visit a website with supported embeds, Firefox shows a [placeholder](https://support.mozilla.org/en-US/kb/smartblock-enhanced-tracking-protection#w_enabling-embedded-content) instead of the blocked content. + +Mozilla has not yet added this function for Twitter (X) or Reddit third-party embeds. You can add exception rules to permit these embeds in the meantime. + +```javascript +// PREF: allow embedded tweets and reddit posts [FF136+] +user_pref("urlclassifier.trackingSkipURLs", "embed.reddit.com, *.twitter.com, *.twimg.com"); // MANUAL [FF136+] +user_pref("urlclassifier.features.socialtracking.skipURLs", "*.twitter.com, *.twimg.com"); // MANUAL [FF136+] +``` + +*** + ### Font improvement Firefox's text rendering on Windows is awful. These settings make it better.