Skip to content

Commit 568a287

Browse files
authored
smartblock embeds not quite ready
1 parent 782cf3f commit 568a287

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Securefox.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ user_pref("browser.contentblocking.category", "strict"); // [HIDDEN]
6464
// [TEST - truthsocial embed] https://www.newsweek.com/donald-trump-congratulates-patrick-brittany-mahomes-new-baby-2027097
6565
// [1] https://www.reddit.com/r/firefox/comments/l79nxy/firefox_dev_is_ignoring_social_tracking_preference/gl84ukk
6666
// [2] https://www.reddit.com/r/firefox/comments/pvds9m/reddit_embeds_not_loading/
67-
user_pref("urlclassifier.trackingSkipURLs", "embed.reddit.com"); // MANUAL
67+
//user_pref("urlclassifier.trackingSkipURLs", "embed.reddit.com"); // MANUAL
6868
// originals:
69-
//user_pref("urlclassifier.trackingSkipURLs", "*.reddit.com, *.twitter.com, *.twimg.com, *.tiktok.com"); // MANUAL
70-
//user_pref("urlclassifier.features.socialtracking.skipURLs", "*.instagram.com, *.twitter.com, *.twimg.com"); // MANUAL
71-
user_pref("extensions.webcompat.smartblockEmbeds.enabled", true); // NIGHTLY-ONLY
69+
user_pref("urlclassifier.trackingSkipURLs", "*.reddit.com, *.twitter.com, *.twimg.com, *.tiktok.com"); // MANUAL
70+
user_pref("urlclassifier.features.socialtracking.skipURLs", "*.instagram.com, *.twitter.com, *.twimg.com"); // MANUAL
71+
//user_pref("extensions.webcompat.smartblockEmbeds.enabled", true); // NIGHTLY-ONLY
7272

7373
// PREF: lower the priority of network loads for resources on the tracking protection list [NIGHTLY]
7474
// [1] https://github.com/arkenfox/user.js/issues/102#issuecomment-298413904

0 commit comments

Comments
 (0)