"Report broken site" in the protections panel + hamburger menu should be hidden when the WebCompat Reporter is disabled and/or when the `DisableFeedbackCommands` policy is configured
Categories
(Web Compatibility :: Tooling & Investigations, defect)
Tracking
(Not tracked)
People
(Reporter: celenity, Unassigned)
Details
Steps to reproduce:
Set extensions.webcompat-reporter.enabled
& ui.new-webcompat-reporter.enabled
to false
(via the about:config
or some other means).
Actual results:
Observe that the Report broken site
option is still visible at the top of the protections panel.
Expected results:
When the WebCompat Reporter is disabled, this option should also be hidden from the protections panel. At the very least, there needs to be some kind of preference to control this. This is very important for forks/custom configs/custom user.js files/etc. to prevent users from filing invalid reports and wasting Mozilla's time/resources.
It just occurred to me that this is also important to fix for enterprise/policies, as this option appears regardless of the DisableFeedbackCommands
policy.
Comment 2•11 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox::Protections UI' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 3•11 days ago
|
||
Yep, I agree. I didn't even know it was on the protections panel.
It looks like there's also a new Report broken site
option in the hamburger menu as well (towards the bottom, above Help
) - which also isn't covered by the existing preferences (extensions.webcompat-reporter.enabled
& ui.new-webcompat-reporter.enabled
) and/or the DisableFeedbackCommands
policy.
Description
•