Firefox Disabled All My Extentions
41–50 of 118 posts
Re: Firefox Disabled All My Extentions
#42Re: Firefox Disabled All My Extentions
#43Re: Firefox Disabled All My Extentions
#44 user_pref( "extensions.legacy.enabled", true );
user_pref( "xpinstall.signatures.required", false );
FWIW, I'm on Debian Stable with Firefox 60.6.1esr.Re: Firefox Disabled All My Extentions
#45I think this fail-closed behavior is more of a security issue than the one it is trying to solve. All of my security add-ons - Privacy Badger, NoScript, Decentraleyes, and many more were disabled. Even worse, it happened without notice to the user. One moment I was browsing the internet (just barely) secured by these add-ons, and the next moment, all of them disappeared (without warning) and I only noticed when I saw…
Re: Firefox Disabled All My Extentions
#46Re: Firefox Disabled All My Extentions
#47I 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.
Re: Firefox Disabled All My Extentions
#48All of my legacy extensions are disabled. My beloved uBlock Origin included. Only Disconnect works. Tried downloading alternatives and can't even do that; keep getting a "download failed. Check your connection." The hilarious part, they said the new add-on signing doesn't affect themes, so why are nine of my themes disabled? It's getting old, all this messing with stuff all the damn time. I don't need you to hold my hand, Firefox.
If I want to run add-ons that don't use Web API then let me do it to my own detriment...