mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 10:18:38 +09:00
Make safebrowsing optional at build time - Part 1: browser/
This commit is contained in:
parent
f0af6dce04
commit
e04e651ffe
11 changed files with 26 additions and 4 deletions
|
|
@ -819,9 +819,8 @@ function openTourPage()
|
|||
function buildHelpMenu()
|
||||
{
|
||||
// Enable/disable the "Report Web Forgery" menu item.
|
||||
if (typeof gSafeBrowsing != "undefined") {
|
||||
if (typeof gSafeBrowsing != "undefined")
|
||||
gSafeBrowsing.setReportPhishingMenu();
|
||||
}
|
||||
}
|
||||
|
||||
function isElementVisible(aElement)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue