diff options
| author | 2026-02-20 18:10:28 -0500 | |
|---|---|---|
| committer | 2026-02-20 18:10:28 -0500 | |
| commit | 5e6dc358e7ee2e6290e63192d751f469eefd6c27 (patch) | |
| tree | f6b40928fce60f5c1566c47c0a7799689dac7a63 /surf.c | |
| parent | json list adblocker (diff) | |
moved to brave searchHEADsurf-webkit2
Diffstat (limited to 'surf.c')
| -rw-r--r-- | surf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
