diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-09 07:17:58 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-09 07:17:58 +0800 |
commit | 01c3079aa89f17eea022c0740a287855fbad786e (patch) | |
tree | 5f9c6db7d673738eb60ee19c2b331a80479935c8 /data | |
parent | 6e8ce69055a363b045a59f8f380e1aeedf54ebf4 (diff) | |
download | gsoc2013-epiphany-01c3079aa89f17eea022c0740a287855fbad786e.tar gsoc2013-epiphany-01c3079aa89f17eea022c0740a287855fbad786e.tar.gz gsoc2013-epiphany-01c3079aa89f17eea022c0740a287855fbad786e.tar.bz2 gsoc2013-epiphany-01c3079aa89f17eea022c0740a287855fbad786e.tar.lz gsoc2013-epiphany-01c3079aa89f17eea022c0740a287855fbad786e.tar.xz gsoc2013-epiphany-01c3079aa89f17eea022c0740a287855fbad786e.tar.zst gsoc2013-epiphany-01c3079aa89f17eea022c0740a287855fbad786e.zip |
Override the default security warning dialogues implementation with our
2005-01-09 Christian Persch <chpe@cvs.gnome.org>
* data/default-prefs-common.js:
* embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
* embed/mozilla/GtkNSSSecurityWarningDialogs.h:
* embed/mozilla/Makefile.am:
* embed/mozilla/MozRegisterComponents.cpp:
Override the default security warning dialogues implementation with our own
class which follows HIG and our interface design. Fixes bug #163371.
Also show the entering-secure dialogue once, to inform about the
lock icon in the statusbar.
Diffstat (limited to 'data')
-rw-r--r-- | data/default-prefs-common.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/default-prefs-common.js b/data/default-prefs-common.js index 3586f757f..c43cff84e 100644 --- a/data/default-prefs-common.js +++ b/data/default-prefs-common.js @@ -36,6 +36,7 @@ pref("keyword.enabled", true); // disable usless security warnings 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); |