commit 43354fb5bbd7db966931f56a3467136d1b53224c
parent f5ebca4d83329db008f3874ba7ace7fb0c51343e
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sun, 24 May 2026 18:48:55 +0200
feat: disable AI features in ecosia by default
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/config/config.php b/config/config.php
@@ -105,7 +105,7 @@ $searches = array(
"ecosiaimg" => array(
"name" => "Ecosia Images",
"website" => "https://www.ecosia.org/",
- "query" => "https://www.ecosia.com/images?q=%s",
+ "query" => "https://www.ecosia.com/images?method=index&q=%s",
"categories" => array("img"),
"keywords" => array("ecosiaimg", "ecimg", "eci"),
"description" => "A German search engine that uses renewable energy to power its servers and invests its profits in tree-planting projects, aiming to absorb more CO2 than it emits"
@@ -113,7 +113,7 @@ $searches = array(
"ecosianews" => array(
"name" => "Ecosia News",
"website" => "https://www.ecosia.org/",
- "query" => "https://www.ecosia.com/news?q=%s",
+ "query" => "https://www.ecosia.com/news?method=index&q=%s",
"categories" => array("news"),
"keywords" => array("ecosianews", "ecnews", "ecn"),
"description" => "A German search engine that uses renewable energy to power its servers and invests its profits in tree-planting projects, aiming to absorb more CO2 than it emits"
@@ -121,7 +121,7 @@ $searches = array(
"ecosiavid" => array(
"name" => "Ecosia Videos",
"website" => "https://www.ecosia.org/",
- "query" => "https://www.ecosia.com/videos?q=%s",
+ "query" => "https://www.ecosia.com/videos?method=index&q=%s",
"categories" => array("vid"),
"keywords" => array("ecosiavid", "ecvid", "ecv"),
"description" => "A German search engine that uses renewable energy to power its servers and invests its profits in tree-planting projects, aiming to absorb more CO2 than it emits"
@@ -129,7 +129,7 @@ $searches = array(
"ecosiaweb" => array(
"name" => "Ecosia",
"website" => "https://www.ecosia.org/",
- "query" => "https://www.ecosia.com/search?q=%s",
+ "query" => "https://www.ecosia.com/search?method=index&q=%s",
"categories" => array("web"),
"keywords" => array("ecosiaweb", "ecosia", "ecweb", "ecw", "ec"),
"description" => "A German search engine that uses renewable energy to power its servers and invests its profits in tree-planting projects, aiming to absorb more CO2 than it emits"