From ab82161bc241c05eafada87e31ebb45c7476989d Mon Sep 17 00:00:00 2001 From: Jared Wein Date: Sun, 17 May 2020 18:27:06 +0000 Subject: [PATCH] Bug 1638682 - Enable the 'Show in Firefox' option in the Unknown Content Type dialog. r=Gijs Differential Revision: https://phabricator.services.mozilla.com/D75709 --- browser/app/profile/firefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 21211759e508..33ebdd432f97 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -372,7 +372,7 @@ pref("browser.download.autohideButton", true); // This controls the visibility of the radio button in the // Unknown Content Type (Helper App) dialog that will open // the content in the browser. -pref("browser.helperApps.showOpenOptionForPdfJS", false); +pref("browser.helperApps.showOpenOptionForPdfJS", true); // search engines URL pref("browser.search.searchEnginesURL", "https://addons.mozilla.org/%LOCALE%/firefox/search-engines/");