Live data from Hacker News

Firefox Disabled All My Extentions

news.ycombinator.com

71–80 of 118 posts

Re: Firefox Disabled All My Extentions

#72
Same here. Opened Firefox after finally getting back online after some rogue Spectrum tech showed up and no-notice, no-knock, no-call shut us off because he claimed there was some unspecified issue with our modem. ALL of my extensions, notably security add-ons I choose to use for obvious reasons, are gone. You think you can go to the web and not be hassled, especially by something like your choice of browsers. What a joke. Once I can recover how I had my firefox set up I'm seeking an alternative.

Re: Firefox Disabled All My Extentions

#74

I imagine chrome user numbers will grow tomorrow, for better or worse, google chrome team would never let something like this happen

> for better or worse, google chrome team would never let something like this happen

A few years ago, Chrome crashed for everyone on the date daylight saving time started (a quick search tells me it probably was https://bugs.chromium.org/p/chromium/issues/detail?id=287821). So not only would they let something like this happen, it did already happen.

Re: Firefox Disabled All My Extentions

#75
post #25

Earlier quoted context omitted.

Disabling xpinstall.signatures.required works.

You need to be on nightly, dev, or ESR for this to work.

It works on regular installs. I'm on 66.0.3 from the Ubuntu 18.04's repo. From about:config set xpinstall.signatures.required to True.

Re: Firefox Disabled All My Extentions

#78
post #44

I got all extensions to work temporarily by forcing the following settings in user.js (or could be set manually in about:config): user_pref( "extensions.legacy.enabled", true ); user_pref( "xpinstall.signatures.required", false ); FWIW, I'm on Debian Stable with Firefox 60.6.1esr.

I think only the 2nd is needed, my extensions.legacy.enabled is False.
Post reply on HN