Re-added solofield, added mullvad for brave and google

(73f8472eec)

(1cfeabeb7f)
This commit is contained in:
FbIN Support 2025-09-09 10:23:27 +05:30
commit 3dbed952bf
6 changed files with 414 additions and 6 deletions

View file

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