Add Presearch search engine

This commit is contained in:
Martin Matous 2021-02-01 08:10:01 +01:00
parent f446c0922d
commit f42ccd8891
No known key found for this signature in database
GPG Key ID: 8BED4CD352953224
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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 {