summaryrefslogtreecommitdiffstats
path: root/src/assets/javascripts/helpers/google-search.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/javascripts/helpers/google-search.js')
-rw-r--r--src/assets/javascripts/helpers/google-search.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assets/javascripts/helpers/google-search.js b/src/assets/javascripts/helpers/google-search.js
index ad217e3..de05af4 100644
--- a/src/assets/javascripts/helpers/google-search.js
+++ b/src/assets/javascripts/helpers/google-search.js
@@ -2,6 +2,7 @@ const targets = /https?:\/\/(((www|maps)\.)?(google\.).*(\/search)|search\.(goog
const redirects = [
{ link: "https://duckduckgo.com", q: "/" },
{ link: "https://startpage.com", q: "/search/" },
+ { link: "https://www.ecosia.org", q: "/search" },
{ link: "https://www.qwant.com", q: "/" },
{ link: "https://www.mojeek.com", q: "/search" },
{ link: "https://search.snopyta.org", q: "/" },