Skip to content

Commit

Permalink
Removed security.warn_viewing_mixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed May 9, 2015
1 parent 23882ef commit df13dbf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,6 @@ user_pref("plugins.update.notifyUser", true);
// CIS Version 1.2.0 October 21st, 2011 2.1.3 Enable Information Bar for Outdated Plugins
user_pref("plugins.hide_infobar_for_outdated_plugin", false);

// CIS Version 1.2.0 October 21st, 2011 2.2.2 Enable Warning of Loading Mixed Content
user_pref("security.warn_viewing_mixed", true);

// CIS Version 1.2.0 October 21st, 2011 2.2.3 Enable Warning of Using Weak Encryption
user_pref("security.warn_entering_weak", true);

Expand Down

1 comment on commit df13dbf

@pyllyukko
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.