Skip to content

Commit 3dd6fb6

Browse files
committed
Keep this in, but commented out: also provide a little
more background/rationale. This, hopefully, satisfies both ends of the debate: we don't "assume" that everyone who uses this browser didn't make the specific choice, but we allow for admins who care about DNT and want to either 1. Make a statement 2. Force adherence to the standard to easily do so. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388825 13f79535-47bb-0310-9956-ffa450edef68
1 parent f0d7807 commit 3dd6fb6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/conf/httpd.conf.in

+12
Original file line numberDiff line numberDiff line change
@@ -409,3 +409,15 @@ Include @rel_sysconfdir@/extra/proxy-html.conf
409409
SSLRandomSeed startup builtin
410410
SSLRandomSeed connect builtin
411411
</IfModule>
412+
#
413+
# uncomment out the below to deal with user agents that deliberately
414+
# violate open standards by misusing DNT (DNT *must* be a specific
415+
# end-user choice)
416+
#
417+
#<IfModule setenvif_module>
418+
#BrowserMatch "MSIE 10.0;" bad_DNT
419+
#</IfModule>
420+
#<IfModule headers_module>
421+
#RequestHeader unset DNT env=bad_DNT
422+
#</IfModule>
423+

0 commit comments

Comments
 (0)