summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2016-10-08 23:28:22 +0200
committerPale Moon <git-repo@palemoon.org>2016-10-08 23:28:22 +0200
commit901cc6228a88a2ab822fde0c51e60555f4156951 (patch)
tree0223c897163803286e6dbb7148e7c1070a5b99f1
parent843a8d1d97e44364202fd0b2590b7ebbfc5ea964 (diff)
downloadpalemoon-gre-901cc6228a88a2ab822fde0c51e60555f4156951.tar.gz
Fix #572.
Wasn't much left after all.
-rw-r--r--browser/app/profile/firefox.js3
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);