Bug 1217159. r=sworkman

This commit is contained in:
Gregor Wagner 2015-10-22 10:45:16 +02:00
parent c2f44c26b8
commit 94acbc93d2

View File

@ -244,6 +244,9 @@ pref("security.alternate_certificate_error_page", "certerror");
pref("security.warn_viewing_mixed", false); // Warning is disabled. See Bug 616712.
// Block insecure active content on https pages
pref("security.mixed_content.block_active_content", true);
// 2 = strict certificate pinning checks.
// This default preference is more strict than Firefox because B2G
// currently does not have a way to install local root certificates.