This could be dangerous, so don't try at home!
Tested in Firefox 84.0.2
Click the first result in Google (vpn.prismamp.com)
This website will download an try to install extension in your browser automatically.
Fortunately I got this message: "The add-on downloaded from this site could not be installed because it appears to be corrupt."
Is this really happening and how to prevent it?
Is this really happening
install add-ons at default = always askhow to prevent it
how to prevent it?
try setting extensions.postDownloadThirdPartyPrompt to false.
If that fixes it, I think we should add this pref to the user.js because it's fucking stupid anyways to allow the addon download before asking to install it. And in some cases it apparently didn't trigger the install prompt at all!
IDK WTH they thought this is a good idea, or in any way acceptable or even desirable behavior!
In my case:
Yet, it didn't trigger the install prompt at all! Absolute madness!
Thanks, earthlng! This pref does help - there is a prompt now. I will add it to my prefs. It's vital.
It's only supposed to treat "recommended addons" differently and I don't see a prism VPN addon in the list of recommended a's.
So yeah, apparently there's more wrong with this than just the things they already knew about when they did their limited and lousy testing and they went ahead with it anyways. Absolute madness sounds about right
IDK if this is the number/section to use: seems right to me
/* 2625: disable bypassing 3rd party extension install prompts [FF82+]
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1659530,1681331 ***/
user_pref("extensions.postDownloadThirdPartyPrompt", false);
My question is, how would this affect privileged extensions: IDK exactly what privileged here means: system extensions will update when you update the app, and the search ones are in omni.ja ... so I'm guessing these are experiments or something
how would this affect privileged extensions
2 birds with 1 stone as far as I'm concerned ;)
Most helpful comment
try setting
extensions.postDownloadThirdPartyPromptto false.If that fixes it, I think we should add this pref to the user.js because it's fucking stupid anyways to allow the addon download before asking to install it. And in some cases it apparently didn't trigger the install prompt at all!
IDK WTH they thought this is a good idea, or in any way acceptable or even desirable behavior!
https://bugzilla.mozilla.org/show_bug.cgi?id=1659530