]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 902515: Internet Explorer 11 receives multipart/x-mixed-replace content from...
authorFrédéric Buclin <LpSolit@gmail.com>
Fri, 9 Aug 2013 09:26:44 +0000 (11:26 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Fri, 9 Aug 2013 09:26:44 +0000 (11:26 +0200)
r=dkl a=justdave

buglist.cgi

index 97654cdf2549f6bc887a83b443ca42cd80fdfd25..9bce1c74a0a9656662544e7c83e074cc697d9fca 100755 (executable)
@@ -105,7 +105,7 @@ my $serverpush =
     && exists $ENV{'HTTP_USER_AGENT'} 
       && $ENV{'HTTP_USER_AGENT'} =~ /(Mozilla.[3-9]|Opera)/
         && $ENV{'HTTP_USER_AGENT'} !~ /compatible/i
-          && $ENV{'HTTP_USER_AGENT'} !~ /WebKit/
+          && $ENV{'HTTP_USER_AGENT'} !~ /(?:WebKit|Trident)/
             && !defined($cgi->param('serverpush'))
               || $cgi->param('serverpush');