Hacker News new | ask | show | jobs
by throw123xz 345 days ago
What's the benefit for Firefox and its users if dev tools are removed from stable Firefox and "banished" to the Developer Edition?

Dev tools are part of all browsers. Even Safari, which tries to keep things very simple, ships dev tools on the stable version. I really don't see the point in removing them.

2 comments

I have dealt with site outages where we have support talk customers through using the debug tools to help gather information.

They are very good to have available to everyone.

"Safety".

The thinking is that users are a danger to themselves and will be tricked by threat actors to add some CA cert to the trust store, paste commands into the js console, or download and sideload malicious extensions no matter what controls are in place so therefore these possibilities must be removed.

Those same users will be tricked into downloading the "secure bowser" which has these tools. This is a nonsensical argument.

To this day, firefox is still the only browser that prevents its users from running custom extensions without Mozilla's blessing, likely motivated by the same garbage argument.

I have very little hope for Mozilla at this point and sincerely hope that they fail soon so that better open source browsers can take its place.

No, you can. In regular Firefox (without doing any shenanigans) the extension will be installed for the session (until the browser is closed), but Firefox Developer Edition lets you just install and run unsigned/invalid extensions (which is very useful if you occasionally have to change your clock back to 2018 and don’t want to lose all extensions).