Add new X-Alarm G3C header. - bitreich-httpd - Bitreich HTTPD service | |
git clone git://bitreich.org/bitreich-httpd git://enlrupgkhuxnvlhsf6lc3fziv5h2h… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 039f323567a86353748dde66820b9ce1f81c622e | |
parent b93656c095a5ae90b4546993f2688c3c1b9e0706 | |
Author: Christoph Lohmann <[email protected]> | |
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(-) | |
--- | |
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 … | |
printf("Host: bitreich.org\r\n"); | |
printf("Connection: close\r\n"); | |
} |