mirror of
https://github.com/libredirect/browser_extension.git
synced 2026-05-24 16:29:40 -04:00
Add Presearch search engine
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user