Skip to content

Commit

Permalink
Merge pull request #311 from nodiscc/patch-10
Browse files Browse the repository at this point in the history
[relaxed] do not enforce Mixed Passive Content blocking
  • Loading branch information
pyllyukko committed Jun 13, 2017
2 parents af0c5b4 + 1014c5c commit c47a578
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 @@ -254,9 +254,9 @@ user_pref("network.manage-offline-status", false);
// https://blog.mozilla.org/tanvi/2013/04/10/mixed-content-blocking-enabled-in-firefox-23/
user_pref("security.mixed_content.block_active_content", true);

// PREF: Enforce Mixed Passive Content blocking (a.k.a. Mixed Display Content)
// PREF: Enforce Mixed Passive Content blocking (a.k.a. Mixed Display Content) (disabled)
// NOTICE: Enabling Mixed Display Content blocking can prevent images/styles... from loading properly when connection to the website is only partially secured
user_pref("security.mixed_content.block_display_content", true);
// user_pref("security.mixed_content.block_display_content", true);

// PREF: Disable JAR from opening Unsafe File Types
// http://kb.mozillazine.org/Network.jar.open-unsafe-types
Expand Down

0 comments on commit c47a578

Please sign in to comment.