diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-05-10 18:57:14 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-05-10 18:57:14 +0800 |
commit | 1a9a315b7f892116319bc5b05323f7d98bbccc36 (patch) | |
tree | a26512eed9fc7dfb9d5ca76c299d664d26b7a7d2 /embed/ephy-embed-prefs.h | |
parent | f86f63bb3a32a1b5ce3a6afcaf3c8c825f4533e9 (diff) | |
download | gsoc2013-epiphany-1a9a315b7f892116319bc5b05323f7d98bbccc36.tar gsoc2013-epiphany-1a9a315b7f892116319bc5b05323f7d98bbccc36.tar.gz gsoc2013-epiphany-1a9a315b7f892116319bc5b05323f7d98bbccc36.tar.bz2 gsoc2013-epiphany-1a9a315b7f892116319bc5b05323f7d98bbccc36.tar.lz gsoc2013-epiphany-1a9a315b7f892116319bc5b05323f7d98bbccc36.tar.xz gsoc2013-epiphany-1a9a315b7f892116319bc5b05323f7d98bbccc36.tar.zst gsoc2013-epiphany-1a9a315b7f892116319bc5b05323f7d98bbccc36.zip |
Implement security page. Remove some useless hidden prefs in the process.
2003-05-10 Marco Pesenti Gritti <marco@it.gnome.org>
* data/epiphany.schemas.in:
* data/glade/prefs-dialog.glade:
* embed/ephy-embed-prefs.h:
* embed/mozilla/mozilla-notifiers.cpp:
* src/language-editor.h:
* src/prefs-dialog.c:
Implement security page. Remove some useless
hidden prefs in the process.
Diffstat (limited to 'embed/ephy-embed-prefs.h')
-rw-r--r-- | embed/ephy-embed-prefs.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/embed/ephy-embed-prefs.h b/embed/ephy-embed-prefs.h index 8caa14b07..4582a15a5 100644 --- a/embed/ephy-embed-prefs.h +++ b/embed/ephy-embed-prefs.h @@ -17,16 +17,10 @@ #define CONF_RENDERING_VISITED_LINKS "/apps/epiphany/rendering/visited_link_color" #define CONF_RENDERING_UNVISITED_LINKS "/apps/epiphany/rendering/unvisited_link_color" #define CONF_RENDERING_UNDERLINE_LINKS "/apps/epiphany/rendering/underline_links" -#define CONF_FILTERING_ALLOW_POPUPS "/apps/epiphany/filtering/allow_popups" -#define CONF_FILTERING_IMAGE_LOADING_TYPE "/apps/epiphany/filtering/image_loading_type" -#define CONF_FILTERING_ANIMATE_TYPE "/apps/epiphany/filtering/animate_type" -#define CONF_FILTERING_STATUSBAR_REWRITE "/apps/epiphany/filtering/statusbar_rewrite" -#define CONF_FILTERING_JAVA_ENABLED "/apps/epiphany/filtering/java_enabled" -#define CONF_FILTERING_JAVASCRIPT_ENABLED "/apps/epiphany/filtering/javascript_enabled" -#define CONF_PERSISTENT_COOKIES_BEHAVIOR "/apps/epiphany/filtering/cookie_behavior" -#define CONF_PERSISTENT_COOKIE_WARN "/apps/epiphany/filterin/cookie_warn" -#define CONF_PERSISTENT_COOKIE_LIFETIME "/apps/epiphany/filtering/cookie_lifetime" -#define CONF_PERSISTENT_PASSWORDS_SAVE "/apps/epiphany/filtering/passwords_save" +#define CONF_SECURITY_ALLOW_POPUPS "/apps/epiphany/security/allow_popups" +#define CONF_SECURITY_JAVA_ENABLED "/apps/epiphany/security/java_enabled" +#define CONF_SECURITY_JAVASCRIPT_ENABLED "/apps/epiphany/security/javascript_enabled" +#define CONF_SECURITY_COOKIES_ACCEPT "/apps/epiphany/security/cookie_accept" #define CONF_LANGUAGE_AUTODETECT_CHARSET "/apps/epiphany/rendering/autodetect_charset" #define CONF_LANGUAGE_DEFAULT_CHARSET "/apps/epiphany/rendering/default_charset" #define CONF_RENDERING_DEFAULT_FONT "/apps/epiphany/rendering/default_font" |