Desktop and Android Firefox ship with a more feature-rich copy of the webcompat reporter, though it is disabled by default on release builds. As such we could simply have this add-on flip the pref to enable that version (extensions.webcompat-reporter.enabled).
It's unclear whether it will be considered kosher by the addons team to whitelist that specific pref for this specific addon, but I think a good enough case can be made to do so (less code to review in this add-on on AMO, less duplication in code, etc).
Desktop and Android Firefox ship with a more feature-rich copy of the webcompat reporter, though it is disabled by default on release builds. As such we could simply have this add-on flip the pref to enable that version (
extensions.webcompat-reporter.enabled).It's unclear whether it will be considered kosher by the addons team to whitelist that specific pref for this specific addon, but I think a good enough case can be made to do so (less code to review in this add-on on AMO, less duplication in code, etc).