Loading browser/base/content/browser-menubar.inc +4 −0 Original line number Diff line number Diff line Loading @@ -452,6 +452,7 @@ have their strings defined by appmenu-data-l10n-id. --> <menuitem id="menu_openHelp" oncommand="openHelpLink('firefox-help')" hidden="true" data-l10n-id="menu-get-help" appmenu-data-l10n-id="appmenu-get-help" #ifdef XP_MACOSX Loading @@ -466,10 +467,12 @@ appmenu-data-l10n-id="menu-report-broken-site"/> <menuitem id="feedbackPage" oncommand="openFeedbackPage()" hidden="true" data-l10n-id="menu-help-share-ideas" appmenu-data-l10n-id="appmenu-help-share-ideas"/> <menuitem id="helpSafeMode" oncommand="safeModeRestart();" hidden="true" data-l10n-id="menu-help-enter-troubleshoot-mode2" appmenu-data-l10n-id="appmenu-help-enter-troubleshoot-mode2"/> <menuitem id="troubleShooting" Loading @@ -495,6 +498,7 @@ hidden="true"/> <menuitem id="helpSwitchDevice" oncommand="openSwitchingDevicesPage();" hidden="true" data-l10n-id="menu-help-switch-device" appmenu-data-l10n-id="appmenu-help-switch-device"/> <menuseparator id="aboutSeparator"/> Loading browser/base/content/browser-safebrowsing.js +7 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,13 @@ var gSafeBrowsing = { setReportPhishingMenu() { // tor-browser#18905: hide these menu entries if ( !Services.prefs.getBoolPref("browser.safebrowsing.phishing.enabled", true) ) { return; } // In order to detect whether or not we're at the phishing warning // page, we have to check the documentURI instead of the currentURI. // This is because when the DocShell loads an error page, the Loading toolkit/content/aboutSupport.js +3 −2 Original line number Diff line number Diff line Loading @@ -1931,13 +1931,14 @@ function populateActionBox() { if (ResetProfile.resetSupported()) { $("reset-box").style.display = "block"; } if (!Services.appinfo.inSafeMode && AppConstants.platform !== "android") { // tor-browser#41755: Do not show safe mode, as it would disable NoScript. /*if (!Services.appinfo.inSafeMode && AppConstants.platform !== "android") { $("safe-mode-box").style.display = "block"; if (Services.policies && !Services.policies.isAllowed("safeMode")) { $("restart-in-safe-mode-button").setAttribute("disabled", "true"); } } }*/ } // Prompt user to restart the browser in safe mode Loading Loading
browser/base/content/browser-menubar.inc +4 −0 Original line number Diff line number Diff line Loading @@ -452,6 +452,7 @@ have their strings defined by appmenu-data-l10n-id. --> <menuitem id="menu_openHelp" oncommand="openHelpLink('firefox-help')" hidden="true" data-l10n-id="menu-get-help" appmenu-data-l10n-id="appmenu-get-help" #ifdef XP_MACOSX Loading @@ -466,10 +467,12 @@ appmenu-data-l10n-id="menu-report-broken-site"/> <menuitem id="feedbackPage" oncommand="openFeedbackPage()" hidden="true" data-l10n-id="menu-help-share-ideas" appmenu-data-l10n-id="appmenu-help-share-ideas"/> <menuitem id="helpSafeMode" oncommand="safeModeRestart();" hidden="true" data-l10n-id="menu-help-enter-troubleshoot-mode2" appmenu-data-l10n-id="appmenu-help-enter-troubleshoot-mode2"/> <menuitem id="troubleShooting" Loading @@ -495,6 +498,7 @@ hidden="true"/> <menuitem id="helpSwitchDevice" oncommand="openSwitchingDevicesPage();" hidden="true" data-l10n-id="menu-help-switch-device" appmenu-data-l10n-id="appmenu-help-switch-device"/> <menuseparator id="aboutSeparator"/> Loading
browser/base/content/browser-safebrowsing.js +7 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,13 @@ var gSafeBrowsing = { setReportPhishingMenu() { // tor-browser#18905: hide these menu entries if ( !Services.prefs.getBoolPref("browser.safebrowsing.phishing.enabled", true) ) { return; } // In order to detect whether or not we're at the phishing warning // page, we have to check the documentURI instead of the currentURI. // This is because when the DocShell loads an error page, the Loading
toolkit/content/aboutSupport.js +3 −2 Original line number Diff line number Diff line Loading @@ -1931,13 +1931,14 @@ function populateActionBox() { if (ResetProfile.resetSupported()) { $("reset-box").style.display = "block"; } if (!Services.appinfo.inSafeMode && AppConstants.platform !== "android") { // tor-browser#41755: Do not show safe mode, as it would disable NoScript. /*if (!Services.appinfo.inSafeMode && AppConstants.platform !== "android") { $("safe-mode-box").style.display = "block"; if (Services.policies && !Services.policies.isAllowed("safeMode")) { $("restart-in-safe-mode-button").setAttribute("disabled", "true"); } } }*/ } // Prompt user to restart the browser in safe mode Loading