question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Override recipe suggestion] Allow embedded Instagram, reddit and Twitter posts [Noooooo don't do it]

See original GitHub issue

Didn’t see this one in #1080 so I thought it might be useful for some users. Works great here.

Source

// Allow embedded Instagram, reddit and Twitter posts
// [TEST] https://www.pcgamer.com/amazing-halo-infinite-bugs-are-already-rolling-in/
// [TEST] https://www.ndtv.com/entertainment/bharti-singh-and-husband-haarsh-limbachiyaa-announce-pregnancy-see-trending-post-2646359
// [TEST] https://www.thelineofbestfit.com/news/latest-news/cher-and-saweetie-unite-for-new-mac-cosmetics-campaign
user_pref("urlclassifier.trackingSkipURLs", "*.reddit.com, *.twitter.com, *.twimg.com"); // hidden
user_pref("urlclassifier.features.socialtracking.skipURLs", "*.instagram.com, *.twitter.com, *.twimg.com"); // hidden

Note that 1601 set to 0 instead of 2 (default) is still required for Instagram posts:

/* 1601: control when to send a cross-origin referer
 * 0=always (default), 1=only if base domains match, 2=only if hosts match
 * [SETUP-WEB] Breakage: older modems/routers and some sites e.g banks, vimeo, icloud, instagram
 * If "2" is too strict, then override to "0" and use Smart Referer (Strict mode + add exceptions) ***/
user_pref("network.http.referer.XOriginPolicy", 0);

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Feb 13, 2022

Unfortunately you’re out of luck. I haven’t tried add-on collection before in Iceraven because it already had many add-ons. Iceraven is maintained by one developer now(same like Arkenfox) and so issues solving and new features are rare. In terms of updates it is getting updated once every two major Firefox updates for last two times now. So I don’t expect this to be solved.

Hence the other two forks - Fennec, Mull and Firefox Nightly.

In many ways it is all down to Mozilla not doing anything for well over one and half year now ever since version 78 came. Good old Mozilla.

Edit - Of course Arkenfox is getting timely updates and issues resolving even if Thorin Oakenpants is the only one maintaining it(and support by one or two other).

1reaction
silverwings15commented, Feb 13, 2022

off topic:

@xfzv @githubuniqu Privacy Redirect hasn’t been worked on in some time and there’s already a fork of it over at https://github.com/libredirect/libredirect/. one of the contributors is alefvanoon, who hosts a public instance for many of the services

@githubuniqu have you used all three of these FF forks on Android? what are your thoughts?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Twitter says it will no longer allow 'free promotion' of other ...
Twitter said it will no longer allow users to promote other social media accounts on its platform, according to a thread of tweets...
Read more >
Looking for a Twitter replacement? Here are 5 suggestions.
Looking for a Twitter replacement? Here are 5 suggestions. · 1. Go visual with Instagram and TikTok · 2. Try a forum-based platform,...
Read more >
The Ultimate Guide to Embedding Content on Your Website
Find out how to embed content onto your website from Twitter, Facebook, Instagram, Pinterest, Google, YouTube, and SlideShare.
Read more >
Twitter bans posting of handles and links to ... - TechCrunch
Twitter bans links promoting other platforms like Facebook, Instagram, Mastodon, Truth Social, Tribel, and Nostr.
Read more >
Twitter disables browsing without an account, following in the ...
And they don't let you view nsfw posts in a browser, ... Anyone who does crafts will use pinterest for ideas or suggestions....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found