Add new X-Alarm G3C header. - bitreich-httpd - Bitreich HTTPD service
 (HTM) 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 039f323567a86353748dde66820b9ce1f81c622e
 (DIR) parent b93656c095a5ae90b4546993f2688c3c1b9e0706
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Mon, 20 Sep 2021 14:39:42 +0200
       
       Add new X-Alarm G3C header.
       
       Diffstat:
         M bitreich-httpd.c                    |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/bitreich-httpd.c b/bitreich-httpd.c
       @@ -50,6 +50,7 @@ printheaders(char *ctype)
                printf("Permission-Policy: interest-cohort=()\r\n");
                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("Host: bitreich.org\r\n");
                printf("Connection: close\r\n");
        }