explore data relationships in a fashion requiring copyright permission, other than the work (except to the community. ❤️<br><br> [@Ahwxorg](https://github.com/Ahwxorg)'s instance:<br> [search.liv.town](https://search.liv.town/instances.php)<br> <br> [@codedipper](https://github.com/codedipper)'s instance:<br> [search.revvy.de](https://search.revvy.de/instances.php)<br> [Tor](http://search.revvybrr6pvbx4n3j4475h4ghw4elqr4t5xo2vtd3gfpu2nrsnhh57id.onion/instances.php)<br> [I2P](http://revekebotog64xrrammtsmjwtwlg3vqyzwdurzt2pu6botg4bejq.b32.i2p/instances.php)<br> <br> [@davidovski](https://github.com/davidovski)'s instance:<br> [search.davidovski.xyz](https://search.davidovski.xyz/instances.php)<br> <br> ### How to Apply These Terms to Your New Programs If you develop a new instance, we're happy to host you! our instance has: - sharkey web interface - many custom emojis and more will 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; } ?>