Skip to content

Commit

Permalink
plugins.update.notifyUser removed in firefox 50
Browse files Browse the repository at this point in the history
keep it in user.js until support for <52 is dropped (#251)
  • Loading branch information
nodiscc committed May 30, 2017
1 parent 3ecfe6b commit 7322584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -836,10 +836,10 @@ user_pref("browser.newtab.preload", false);
user_pref("browser.newtabpage.directory.ping", "");
user_pref("browser.newtabpage.directory.source", "data:text/plain,{}");

// PREF: Enable Auto Notification of Outdated Plugins
// PREF: Enable Auto Notification of Outdated Plugins (Firefox < 50)
// https://wiki.mozilla.org/Firefox3.6/Plugin_Update_Awareness_Security_Review
// CIS Version 1.2.0 October 21st, 2011 2.1.2
// TODO removed in FF50 ? (#290)
// https://hg.mozilla.org/mozilla-central/rev/304560
user_pref("plugins.update.notifyUser", true);


Expand Down

0 comments on commit 7322584

Please sign in to comment.