diff --git a/README.md b/README.md index a7c90f3..89cdc47 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Privacy Redirect allows setting custom instances, instances can be found here: - [Startpage](https://startpage.com) - [Qwant](https://www.qwant.com) - [Mojeek](https://www.mojeek.com) + - [Presearch](https://www.presearch.org) ## Development diff --git a/src/assets/javascripts/helpers/google-search.js b/src/assets/javascripts/helpers/google-search.js index 6ac1240..afa8198 100644 --- a/src/assets/javascripts/helpers/google-search.js +++ b/src/assets/javascripts/helpers/google-search.js @@ -11,6 +11,7 @@ const redirects = [ { link: "https://searx.tuxcloud.net", q: "/" }, { link: "https://searx.ninja", q: "/" }, { link: "https://tromland.org/searx", q: "/search" }, + { link: "https://engine.presearch.org", q: "/search" }, ]; export default {