-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cc['@mozilla.org/network/content-sniffer;1'] is undefined with Nightly 64.0a1 #82
Comments
It seems that content-sniffer XPCOM registration was removed by Bug 1488306 |
There is still a @mozilla.org/media/sniffer;1 component which actually might work in this instance, but I'm not entirely sure |
While it would be nice a option to have, now that we have an async handler it is not a hard blocker. Worst case scenario: we could just ignore the browser's sniffer entirely and make presence of |
Alright this change a78b0a0 puts a band-aid on this, not sure if we'll be able to get content sniffer back, but I'll try. |
I've noticed a regression when running against latest Nightly (64.0a1):
cc ipfs/ipfs-companion#533
The text was updated successfully, but these errors were encountered: