=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/hoststated.conf,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/etc/Attic/hoststated.conf 2007/11/19 15:09:32 1.8 --- src/etc/Attic/hoststated.conf 2007/11/28 15:16:18 1.9 *************** *** 1,4 **** ! # $OpenBSD: hoststated.conf,v 1.8 2007/11/19 15:09:32 reyk Exp $ # # Macros # --- 1,4 ---- ! # $OpenBSD: hoststated.conf,v 1.9 2007/11/28 15:16:18 reyk Exp $ # # Macros # *************** *** 93,102 **** --- 93,107 ---- protocol httpfilter { protocol http + # Return HTTP/HTML error pages to the client + return error + # Block disallowed browsers + label "Please try a different Browser" header filter "Mozilla/4.0 (compatible; MSIE *" from "User-Agent" # Block some well-known Instant Messengers + label "Instant messenger disallowed!" response header filter "application/x-msn-messenger" from "Content-Type" response header filter "app/x-hotbar-xip20" from "Content-Type" response header filter "application/x-icq" from "Content-Type"