forgot the fucking frontend duhhhhh

This commit is contained in:
2025-09-07 14:32:28 -04:00
parent 73f8472eec
commit 1cfeabeb7f

View File

@@ -938,10 +938,12 @@ class frontend{
"option" => [ "option" => [
"ddg" => "DuckDuckGo", "ddg" => "DuckDuckGo",
"brave" => "Brave", "brave" => "Brave",
"mullvad_brave" => "Mullvad (Brave)",
"yandex" => "Yandex", "yandex" => "Yandex",
"google" => "Google", "google" => "Google",
//"google_api" => "Google API", //"google_api" => "Google API",
"google_cse" => "Google CSE", "google_cse" => "Google CSE",
"mullvad_google" => "Mullvad (Google)",
"startpage" => "Startpage", "startpage" => "Startpage",
"qwant" => "Qwant", "qwant" => "Qwant",
"ghostery" => "Ghostery", "ghostery" => "Ghostery",
@@ -952,7 +954,7 @@ class frontend{
"mojeek" => "Mojeek", "mojeek" => "Mojeek",
"baidu" => "Baidu", "baidu" => "Baidu",
"coccoc" => "Cốc Cốc", "coccoc" => "Cốc Cốc",
//"solofield" => "Solofield", "solofield" => "Solofield",
"marginalia" => "Marginalia", "marginalia" => "Marginalia",
"wiby" => "wiby", "wiby" => "wiby",
"curlie" => "Curlie" "curlie" => "Curlie"
@@ -973,7 +975,7 @@ class frontend{
"qwant" => "Qwant", "qwant" => "Qwant",
"yep" => "Yep", "yep" => "Yep",
"baidu" => "Baidu", "baidu" => "Baidu",
//"solofield" => "Solofield", "solofield" => "Solofield",
"pinterest" => "Pinterest", "pinterest" => "Pinterest",
"cara" => "Cara", "cara" => "Cara",
"flickr" => "Flickr", "flickr" => "Flickr",
@@ -991,6 +993,7 @@ class frontend{
"display" => "Scraper", "display" => "Scraper",
"option" => [ "option" => [
"yt" => "YouTube", "yt" => "YouTube",
"archiveorg" => "Archive.org",
"vimeo" => "Vimeo", "vimeo" => "Vimeo",
//"odysee" => "Odysee", //"odysee" => "Odysee",
"sepiasearch" => "Sepia Search", "sepiasearch" => "Sepia Search",
@@ -1002,8 +1005,8 @@ class frontend{
"startpage" => "Startpage", "startpage" => "Startpage",
"qwant" => "Qwant", "qwant" => "Qwant",
"baidu" => "Baidu", "baidu" => "Baidu",
"coccoc" => "Cốc Cốc" "coccoc" => "Cốc Cốc",
//"solofield" => "Solofield" "solofield" => "Solofield"
] ]
]; ];
break; break;
@@ -1344,6 +1347,7 @@ class frontend{
return htmlspecialchars($image); return htmlspecialchars($image);
} }
//return "https://4get.ca/proxy?i=" . urlencode($image) . "&s=" . $format;
return "/proxy?i=" . urlencode($image) . "&s=" . $format; return "/proxy?i=" . urlencode($image) . "&s=" . $format;
} }