Show the link to about:support in the help menu
In our patch that hides the help items, we hide also the link to about:support
.
I think the main problem is Firefox's troubleshooting mode, that doesn't include addons.
Of course, this means that users will be more exposed/fingerprintable, because they won't have NoScript (and uBlock Origin, for Mullvad Browser).
However, that page is still reachable, and some people might find it by following online instructions.
I propose we bring back the page on the help menu, and hide the troubleshooting mode, instead.
We could modify populateActionBox()
in aboutSupport.js
not to make that box visible in any case (it's already display: none
by default, then that page makes it visible whenever needed).