Skip to content

Commit

Permalink
plugins.hide_infobar_for_outdated_plugin removed in firefox 33
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed May 30, 2017
1 parent 82a5318 commit 13ebecb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 6 additions & 1 deletion ignore.list
Original file line number Diff line number Diff line change
Expand Up @@ -415,4 +415,9 @@ user_pref("browser.urlbar.maxRichResults", 0);

// Old Firefox 3.1a2 pref
// https://hg.mozilla.org/mozilla-central/rev/adb1ef78dd21
"browser.sessionstore.enabled"
"browser.sessionstore.enabled"

// PREF: Enable Information Bar for Outdated Plugins (Firefox < 33)
// http://forums.mozillazine.org/viewtopic.php?f=8&t=2490287
// https://hg.mozilla.org/mozilla-central/rev/189803
"plugins.hide_infobar_for_outdated_plugin"
5 changes: 1 addition & 4 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -844,12 +844,9 @@ user_pref("browser.newtabpage.directory.source", "data:text/plain,{}");
// PREF: Enable Auto Notification of Outdated Plugins
// 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)
user_pref("plugins.update.notifyUser", true);

// PREF: Enable Information Bar for Outdated Plugins
// http://forums.mozillazine.org/viewtopic.php?f=8&t=2490287
// CIS Version 1.2.0 October 21st, 2011 2.1.3
user_pref("plugins.hide_infobar_for_outdated_plugin", false);

// PREF: Force Punycode for Internationalized Domain Names
// http://kb.mozillazine.org/Network.IDN_show_punycode
Expand Down

0 comments on commit 13ebecb

Please sign in to comment.