Fuck Off, Google. Close your company. - bitreich-httpd - Bitreich HTTPD service | |
git clone git://bitreich.org/bitreich-httpd git://enlrupgkhuxnvlhsf6lc3fziv5h2h… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit bde374255d8fd06e95fe74fdfc40ac2452166a27 | |
parent 16d0fa0c4b45e58b1588ee6c64cd373e63029460 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sun, 18 Apr 2021 22:49:25 +0200 | |
Fuck Off, Google. Close your company. | |
Disable floc tracking in bitreich-httpd sites. | |
Diffstat: | |
M bitreich-httpd.c | 2 ++ | |
1 file changed, 2 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/bitreich-httpd.c b/bitreich-httpd.c | |
@@ -47,6 +47,8 @@ printheaders(char *ctype) | |
printf("X-Irritate: Be irritated.\r\n"); | |
printf("X-Use-Gopher: gopher://bitreich.org\r\n"); | |
printf("If-By-Whiskey: Terrorist\r\n"); | |
+ printf("Permission-Polcy: interest-cohort=()\r\n"); | |
+ printf("Fuck-Off: Google\r\n"); | |
printf("Server: bitreich-httpd/2.0\r\n"); | |
printf("Host: bitreich.org\r\n"); | |
printf("Connection: close\r\n"); |