hackademix / noscript

The popular NoScript Security Suite browser extension.
https://noscript.net/
GNU General Public License v3.0
828 stars 91 forks source link

extensions.webextensions.remote = false #148

Open rextheleopard opened 4 years ago

rextheleopard commented 4 years ago

If extensions.webextensions.remote option in firefox set to false (needs restart), noscipt configuration page does not opens from toolbar icon.

jtotht commented 4 years ago

Reproducible with v11.0.34 in Firefox 79.0b9 on Linux (Debian 9.13). However, after some debugging, it looks like the errors are thrown from Firefox code (not NoScript code), and given that this feature is being removed from Firefox desktop, I’d say this is a WONTFIX. You can open the config page from about:addons until this preference is completely ignored by Firefox.

rextheleopard commented 4 years ago

To be honest, I hate when the browser generates a lot of processes. This is absolutely monstrous. Perhaps this setting will be removed forcibly in the future, but in the current nightly it exists. Many other extensions work great with it, such as uBlock Origin and uMatrix. uBlock Origin and uMatrix open their settings page without any problem.

jtotht commented 4 years ago

It’s already explicitly marked as deprecated in FF74. The fact that it still happens to work doesn’t mean that anyone should support a deprecated configuration, especially as a relatively painless workaround (about:addons) exists. If either you or anyone else provides a fix that doesn’t make things much more complex, i don’t see a reason to reject it, but I think there are more important issues to work on.