Add X-Goat support. - bitreich-httpd - Bitreich HTTPD service HTML git clone git://bitreich.org/bitreich-httpd git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/bitreich-httpd DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit 24b9dc39989a25a24c9c612490da39f05303e633 DIR parent 039f323567a86353748dde66820b9ce1f81c622e HTML Author: Christoph Lohmann <20h@r-36.net> Date: Mon, 20 Sep 2021 18:21:59 +0200 Add X-Goat support. Diffstat: M bitreich-httpd.c | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) --- DIR diff --git a/bitreich-httpd.c b/bitreich-httpd.c @@ -51,6 +51,10 @@ printheaders(char *ctype) printf("Fuck-Off: Google\r\n"); printf("Server: bitreich-httpd/2.0\r\n"); printf("X-Alarm: <script>window.alert(\"Turn off Javascript, it hurts me.\");</script>\r\n"); + printf("X-Goat-0: (_(\r\n"); + printf("X-Goat-1: /_/'_____/)\r\n"); + printf("X-Goat-2: \" | |\r\n"); + printf("X-Goat-3: |\"\"\"\"\"\"| \r\n"); printf("Host: bitreich.org\r\n"); printf("Connection: close\r\n"); }