summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar BanceDev 2026-02-20 18:10:28 -0500
committerGravatar BanceDev 2026-02-20 18:10:28 -0500
commit5e6dc358e7ee2e6290e63192d751f469eefd6c27 (patch)
treef6b40928fce60f5c1566c47c0a7799689dac7a63
parentjson list adblocker (diff)
moved to brave searchHEADsurf-webkit2
-rw-r--r--surf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/surf.c b/surf.c
index cf51e7c..bcd76e4 100644
--- a/surf.c
+++ b/surf.c
@@ -578,7 +578,7 @@ loaduri(Client *c, const Arg *a)
free(path);
} else if (strchr(uri, ' ') || !strchr(uri, '.')) {
escaped = g_uri_escape_string(uri, NULL, TRUE);
- url = g_strdup_printf("https://ecosia.org/search?q=%s", escaped);
+ url = g_strdup_printf("https://search.brave.com/search?q=%s", escaped);
g_free(escaped);
} else {
url = g_strdup_printf("https://%s", uri);