naval

a framework-less and javascript-free privacy respecting meta search engine" version="1.0" vendor="Ahwx <ahwx.org>" maintainer="Ahwx <ahwx.org>" url="https://github.com/Ahwxorg/LibreY" authors="https://github.com/Ahwxorg/LibreY/contributors" # Include arguments as temporary environment variables to be in JSON format.</p> <p>The API supports both POST and GET requests.</p>"; die(); } require_once "misc/tools.php"; $url = $_REQUEST["url"]; $requested_root_domain = get_root_domain($url); $allowed_domains = array("i.ytimg.com", "s2.qwant.com", "s1.qwant.com", "upload.wikimedia.org"); if (in_array($requested_root_domain, $allowed_domains)) { $image = $url; $image_src = request($image, $config->curl_settings); header("Content-Type: image/png"); echo $image_src; } ?> <title>LibreY - <?php printtext("settings_title");?></title> </head> <body> <form