diff options
Diffstat (limited to 'browser')
-rw-r--r-- | browser/app/profile/firefox.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 7a7224129..c4d0d63dd 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -610,9 +610,6 @@ pref("accessibility.typeaheadfind.timeout", 5000); pref("accessibility.typeaheadfind.linksonly", false); pref("accessibility.typeaheadfind.flashBar", 1); -// plugin finder service url -pref("pfs.datasource.url", "https://pfs.mozilla.org/plugins/PluginFinderService.php?mimetype=%PLUGIN_MIMETYPE%&appID=%APP_ID%&appVersion=%APP_VERSION%&clientOS=%CLIENT_OS%&chromeLocale=%CHROME_LOCALE%&appRelease=%APP_RELEASE%"); - // by default we show an infobar message when pages require plugins that are blocked, or are outdated pref("plugins.hide_infobar_for_blocked_plugin", false); pref("plugins.hide_infobar_for_outdated_plugin", false); |