aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-08-28 21:58:30 +0800
committerChristian Persch <chpe@src.gnome.org>2005-08-28 21:58:30 +0800
commitf0ded7586d7b819b25bd08fb53a5d14ed60a7da3 (patch)
treeb855dd22990e82c399005fd54298d78152b6fb17 /data
parent0cc4c6e62f10d78101be7831fc59075e6f686a29 (diff)
downloadgsoc2013-epiphany-f0ded7586d7b819b25bd08fb53a5d14ed60a7da3.tar
gsoc2013-epiphany-f0ded7586d7b819b25bd08fb53a5d14ed60a7da3.tar.gz
gsoc2013-epiphany-f0ded7586d7b819b25bd08fb53a5d14ed60a7da3.tar.bz2
gsoc2013-epiphany-f0ded7586d7b819b25bd08fb53a5d14ed60a7da3.tar.lz
gsoc2013-epiphany-f0ded7586d7b819b25bd08fb53a5d14ed60a7da3.tar.xz
gsoc2013-epiphany-f0ded7586d7b819b25bd08fb53a5d14ed60a7da3.tar.zst
gsoc2013-epiphany-f0ded7586d7b819b25bd08fb53a5d14ed60a7da3.zip
Set default prefs for warn-on-mixed-security pages. Part of bug
2005-08-28 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Set default prefs for warn-on-mixed-security pages. Part of bug
Diffstat (limited to 'data')
-rw-r--r--data/default-prefs-common.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/default-prefs-common.js b/data/default-prefs-common.js
index d5de39a05..6801a0b15 100644
--- a/data/default-prefs-common.js
+++ b/data/default-prefs-common.js
@@ -40,8 +40,11 @@ pref("keyword.enabled", false);
pref("security.warn_entering_secure", false);
pref("security.warn_entering_secure.show_once", true);
pref("security.warn_leaving_secure", false);
+pref("security.warn_leaving_secure.show_once", false);
pref("security.warn_submit_insecure", false);
pref("security.warn_submit_insecure.show_once", false);
+pref("security.warn_viewing_mixed", true);
+pref("security.warn_viewing_mixed.show_once", false);
// fonts
pref("font.size.unit", "pt");