2605 confirmed windows only (and gtk)

This commit is contained in:
Thorin-Oakenpants 2017-05-24 02:02:51 +12:00 committed by GitHub
parent b5c072dc18
commit a0aca310e9

View File

@ -1153,7 +1153,7 @@ user_pref("browser.download.useDownloadDir", false);
/* 2604: remove temp files opened with an external application
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=302433 ***/
user_pref("browser.helperApps.deleteTempFileOnExit", true);
/* 2605: disable integration of activity into windows recent documents [WINDOWS] ***/
/* 2605: disable integration of activity into windows recent documents [WINDOWS] [GTK] ***/
user_pref("browser.download.manager.addToRecentDocs", false);
/* 2606: disable hiding mime types (Options>Applications) not associated with a plugin ***/
user_pref("browser.download.hide_plugins_without_extensions", false);