diff options
Diffstat (limited to 'src/ephy-notebook.c')
-rw-r--r-- | src/ephy-notebook.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index 799e27b74..54f3bfe5f 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -634,6 +634,8 @@ notebook_drag_data_received_cb (GtkWidget* widget, GdkDragContext *context, g_signal_stop_emission_by_name (widget, "drag_data_received"); + if (eel_gconf_get_boolean (CONF_LOCKDOWN_DISABLE_ARBITRARY_URL)) return; + if (selection_data->length <= 0 || selection_data->data == NULL) return; if (selection_data->target == gdk_atom_intern (EPHY_DND_URL_TYPE, FALSE)) |