From 232e92dbf696d8deca1b5a2b20217dce0cb62dad Mon Sep 17 00:00:00 2001 From: Margaret Leibovic Date: Tue, 6 Aug 2013 16:30:17 -0700 Subject: [PATCH] Bug 902059 - Enable mixed content blocking by default. r=mfinkle --- mobile/android/app/mobile.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/mobile/android/app/mobile.js b/mobile/android/app/mobile.js index 965510a93c8c..695a0cd6bd02 100644 --- a/mobile/android/app/mobile.js +++ b/mobile/android/app/mobile.js @@ -478,10 +478,8 @@ pref("security.alternate_certificate_error_page", "certerror"); pref("security.warn_viewing_mixed", false); // Warning is disabled. See Bug 616712. -#ifdef NIGHTLY_BUILD // Block insecure active content on https pages pref("security.mixed_content.block_active_content", true); -#endif // Override some named colors to avoid inverse OS themes pref("ui.-moz-dialog", "#efebe7");