Waterfox: Silently-installed Mozilla addons

Created on 9 Apr 2018  ·  8Comments  ·  Source: MrAlex94/Waterfox

Just noticed in Waterfox 56.1.0/Linux (Arch) that the following addons have been silently installed:

(They may have been installed in an earlier version. The timestamp on the ~/.waterfox/<profile>/extensions/[email protected]/ folder is from February, when I was using 56.0.4.1.)

There's a discussion about them here (I don't remember ever using WebIDE) and a Bugzilla issue here.

They look like they could both be useful (or were), but I'd rather not have addons installed without my consent. If it's really the best option, it feels like the user should, at the very least, be asked or notified, and that this behaviour should be restricted to nightlies and/or developer builds rather than release builds like Waterfox.

All 8 comments

According to this post (which is also discussed on the Pale Moon forum), these addons can be (partially?) disabled by setting the following preferences:

pref("devtools.webide.enabled", false)
pref("devtools.webide.autoinstallADBHelper", false)
pref("devtools.webide.autoinstallFxdtAdapters", false)
pref("devtools.webide.autoConnectRuntime", false)

Also I’ve pointed the pref that checks for system add-ons to download to a
blank XML file. Any chance the Linux distro might be force installing them,
like Ubuntu does?

Otherwise I’ll check if they’re on other distros/OS.

On Mon, 9 Apr 2018 at 09:17, chocolateboy notifications@github.com wrote:

According to this post https://news.ycombinator.com/item?id=10840289,
these addons can be (partially?) disabled by setting the following
preferences:

pref("devtools.webide.enabled", false)pref("devtools.webide.autoinstallADBHelper", false)pref("devtools.webide.autoinstallFxdtAdapters", false)pref("devtools.webide.autoConnectRuntime", false)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/MrAlex94/Waterfox/issues/515#issuecomment-379748112,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AEgoWLflGhoQPSwlhGZL5iOVU59C9rmiks5tm19NgaJpZM4TMgRu
.

Thanks!

Any chance the Linux distro might be force installing them, like Ubuntu does?

I don't think so. It looks like it's an unmodified build.

I've had a look and can't find these installed on any of my macOS, Windows or Debian systems

If I reset the preferences mentioned above to their defaults, the addons are installed automatically for me in a clean profile as soon as WebIDE is opened e.g. with Shift-F8 (which is probably how I accidentally triggered it).

These add-ons are good supplements for WebIDE. What would be the point in removing them?

AFAICT, WebIDE is obsolete.

These addons can still be installed from the WebIDE GUI by anyone who wants to use them via the following buttons:

The options above just prevent them being secretly/silently installed without the user's consent.

Relevant information: https://trac.torproject.org/projects/tor/ticket/16222

I agree with @chocolateboy by the way. Who wants them may install them manually. No point in having them in every profile, being installed behind our backs.

Was this page helpful?
0 / 5 - 0 ratings