diff options
author | Xan Lopez <xan@gnome.org> | 2010-02-20 17:45:29 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-02-20 17:45:29 +0800 |
commit | e7a72f9e188930149f46b0994a005dfefa803dfc (patch) | |
tree | bb0409847c5704302b9f58fbbcf2ec37668cdb3e /embed/ephy-embed-prefs.c | |
parent | f603e1a330c4a9227c02779658839aac13805577 (diff) | |
download | gsoc2013-epiphany-e7a72f9e188930149f46b0994a005dfefa803dfc.tar.gz gsoc2013-epiphany-e7a72f9e188930149f46b0994a005dfefa803dfc.tar.zst gsoc2013-epiphany-e7a72f9e188930149f46b0994a005dfefa803dfc.zip |
Change 'Enable Java' setting to 'Enable Plugins'
There's really no way to completely disable Java support alone, and I
think enabling/disabling plugins in general is much more useful.
Diffstat (limited to 'embed/ephy-embed-prefs.c')
-rw-r--r-- | embed/ephy-embed-prefs.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c index f73deaeb8..125cddeeb 100644 --- a/embed/ephy-embed-prefs.c +++ b/embed/ephy-embed-prefs.c @@ -431,7 +431,10 @@ static const PrefData webkit_pref_entries[] = webkit_pref_callback_user_agent }, { CONF_SECURITY_COOKIES_ACCEPT, "accept-policy", - webkit_pref_callback_cookie_accept_policy } + webkit_pref_callback_cookie_accept_policy }, + { CONF_SECURITY_PLUGINS_ENABLED, + "enable-plugins", + webkit_pref_callback_boolean } }; static void |