> 19 feb. 2016 kl. 17:49 skrev Luis Coronado <lcoron...@ticoit.com>:
> 
> I believe this was intentional from the beginning: 
> http://www.openbsd.org/papers/bsdcan14-libressl/mgp00025.html

Yeah, I figured. Nobody uses Comic Sans unintentionally :-)

Smart quotes and hurry killed the previous patch. This one works better as 
ammunition in dialogue with  sysadmins. 


? no_comic_sans_in_404.patch
Index: server_http.c
===================================================================
RCS file: /cvs/src/usr.sbin/httpd/server_http.c,v
retrieving revision 1.105
diff -u -r1.105 server_http.c
--- server_http.c       11 Feb 2016 19:30:04 -0000      1.105
+++ server_http.c       19 Feb 2016 20:32:37 -0000
@@ -808,7 +808,7 @@

        /* A CSS stylesheet allows minimal customization by the user */
        style = "body { background-color: white; color: black; font-family: "
-           "'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif; }\n"
+           "sans-serif; }\n"
            "hr { border: 0; border-bottom: 1px dashed; }\n";

        /* Generate simple HTML error document */


Reply via email to