From 16591e90cab074874d4b64d68860967c7ba79a27 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Sun, 23 Oct 2016 12:18:13 -0700 Subject: [PATCH] www -> encrypted for google searches --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 802bf4e..ea38b2d 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@ ], // if none of the keys are matched, this is used for searching. - defaultSearch: 'https://www.google.com/search?q=', + defaultSearch: 'https://encrypted.google.com/search?q=', // the delimiter between the key and your search query. // e.g. to search GitHub for potatoes you'd type "g:potatoes".