From 376fd71b07399384d5bd2950af4b22be99b4bc38 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 2 Jan 2025 22:04:44 +0900 Subject: [PATCH] Update index.php --- assets/php/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/php/index.php b/assets/php/index.php index 66b0e2e..cc2131a 100644 --- a/assets/php/index.php +++ b/assets/php/index.php @@ -643,7 +643,8 @@ if (!$is_httpproxy) { // prevent an image file requests foreach ($relay_image_file_extensions as $file_extension) { if (strpos($proxy_url, $file_extension) !== false) { - exit("data:image/gif;base64,R0lGODlhAQABAAAAACwAAAAAAQABAAA="); + header("Location: https://http.cat/images/200.jpg"); + exit(""); } }