aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-25 04:38:11 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-25 04:38:11 +0800
commitbc7484e902d2d363cd9238b53d62d9e6cbec7f85 (patch)
tree5684f862bf163978bcd424edd65fc995c6d78cc3 /data
parentbea011cf50259f0ea5cf6bb397d7793c203a5cba (diff)
downloadgsoc2013-epiphany-bc7484e902d2d363cd9238b53d62d9e6cbec7f85.tar
gsoc2013-epiphany-bc7484e902d2d363cd9238b53d62d9e6cbec7f85.tar.gz
gsoc2013-epiphany-bc7484e902d2d363cd9238b53d62d9e6cbec7f85.tar.bz2
gsoc2013-epiphany-bc7484e902d2d363cd9238b53d62d9e6cbec7f85.tar.lz
gsoc2013-epiphany-bc7484e902d2d363cd9238b53d62d9e6cbec7f85.tar.xz
gsoc2013-epiphany-bc7484e902d2d363cd9238b53d62d9e6cbec7f85.tar.zst
gsoc2013-epiphany-bc7484e902d2d363cd9238b53d62d9e6cbec7f85.zip
Default security.warn_submit_insecure.show_once to false. Avoids us
2005-01-24 Christian Persch,,, <chpe@cvs.gnome.org> * data/default-prefs-common.js: Default security.warn_submit_insecure.show_once to false. Avoids us displaying the submit-insecure warning, ever.
Diffstat (limited to 'data')
-rw-r--r--data/default-prefs-common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/default-prefs-common.js b/data/default-prefs-common.js
index cca3f1adb..fc74bdbde 100644
--- a/data/default-prefs-common.js
+++ b/data/default-prefs-common.js
@@ -39,6 +39,7 @@ pref("security.warn_entering_secure", false);
pref("security.warn_entering_secure.show_once", true);
pref("security.warn_leaving_secure", false);
pref("security.warn_submit_insecure", false);
+pref("security.warn_submit_insecure.show_once", false);
// fonts
pref("font.size.unit", "pt");