summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brazell <simon@brazell.com.au>2021-02-10 09:47:55 +1100
committerGitHub <noreply@github.com>2021-02-10 09:47:55 +1100
commita76ea4f66eea823c84457bfc6c36bd5d8c940e65 (patch)
tree1b5de1916296715649d2268cd4d94f9338d4d0bc
parenta8b16816487b4350b275c1419376b3a78ce1d5f3 (diff)
parentf42ccd889167d1562dc0ef8ede41a64af8b0e278 (diff)
downloadprivacy-redirect-a76ea4f66eea823c84457bfc6c36bd5d8c940e65.tar.gz
privacy-redirect-a76ea4f66eea823c84457bfc6c36bd5d8c940e65.tar.bz2
privacy-redirect-a76ea4f66eea823c84457bfc6c36bd5d8c940e65.zip
Merge pull request #176 from mmatous/add-presearch
Add Presearch search engine
-rw-r--r--README.md1
-rw-r--r--src/assets/javascripts/helpers/google-search.js1
2 files changed, 2 insertions, 0 deletions
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 {