Commit d523b60d authored by Johann Hofmann's avatar Johann Hofmann
Browse files

Bug 1572675 - Switch to using the grey lock icon by default. r=nhnt11

Differential Revision: https://phabricator.services.mozilla.com/D41560

--HG--
extra : moz-landing-system : lando
parent a5bb36d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1370,7 +1370,7 @@ pref("security.insecure_connection_icon.enabled", true);
pref("security.insecure_connection_icon.pbmode.enabled", true);

// For secure connections, show gray instead of green lock icon
pref("security.secure_connection_icon_color_gray", false);
pref("security.secure_connection_icon_color_gray", true);

// Ignore EV certificate and treat as normal secure connection instead
pref("security.identityblock.show_extended_validation", false);