Bug 1597228 - move reportFalseDeceptiveSite to browser-safebrowsing.js, r=firefox-desktop-core-reviewers ,mossop

Differential Revision: https://phabricator.services.mozilla.com/D238761
This commit is contained in:
Gijs Kruitbosch
2025-02-24 15:30:41 +00:00
parent 8a155fd76c
commit d7fff069d3
5 changed files with 44 additions and 42 deletions

View File

@@ -755,7 +755,7 @@ const PanelUI = {
});
break;
case "appMenu_menu_HelpPopup_reportPhishingErrortoolmenu":
ReportFalseDeceptiveSite();
gSafeBrowsing.reportFalseDeceptiveSite();
break;
case "appMenu_helpSwitchDevice":
openSwitchingDevicesPage();