aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed-prefs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
index b29a55a02..a7465db10 100644
--- a/embed/ephy-embed-prefs.c
+++ b/embed/ephy-embed-prefs.c
@@ -228,6 +228,9 @@ static const PrefData webkit_pref_entries[] =
webkit_pref_callback_user_stylesheet },
{ CONF_CARET_BROWSING_ENABLED,
"enable-caret-browsing",
+ webkit_pref_callback_boolean },
+ { CONF_SECURITY_ALLOW_POPUPS,
+ "javascript-can-open-windows-automatically",
webkit_pref_callback_boolean }
};