From b6f2923bea99cd18093c19a618723b5ae6d1f181 Mon Sep 17 00:00:00 2001 From: Oscar Godson Date: Sun, 9 Sep 2012 16:20:50 -0700 Subject: [PATCH] Fixed IE10's DNT setting being ignored --- docs/conf/httpd.conf.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index c0767a391df..5b5cced83e0 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -410,12 +410,3 @@ SSLRandomSeed startup builtin SSLRandomSeed connect builtin -# Deal with user agents that deliberately violate open standards -# - -BrowserMatch "MSIE 10.0;" bad_DNT - - -RequestHeader unset DNT env=bad_DNT - -