[epiphany] Use HTTPS for Bing search



commit b8ea8b44c2fd1d69c47901ba901105fc0cdfcab1
Author: Jiro Matsuzawa <jmatsuzawa gnome org>
Date:   Sat Aug 16 01:00:34 2014 +0900

    Use HTTPS for Bing search
    
    https://bugzilla.gnome.org/show_bug.cgi?id=734868

 src/prefs-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c
index 0c0a777..e2ec4b2 100644
--- a/src/prefs-dialog.c
+++ b/src/prefs-dialog.c
@@ -1028,7 +1028,7 @@ search_engine_combo_add_default_engines (GtkListStore *store)
                                             /* Search engine option in the preferences dialog */
                                             { N_("Bing"),
                                               /* For the preferences dialog. Consider a regional variant, 
like uk.bing.com */
-                                              N_("http://www.bing.com/search?q=%s";)} };
+                                              N_("https://www.bing.com/search?q=%s";)} };
 
        for (i = 0; i < G_N_ELEMENTS (default_engines); ++i)
        {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]