Bug 902515: Internet Explorer 11 receives multipart/x-mixed-replace content from buglist.cgi

r=dkl a=justdave


git-svn-id: svn://10.0.0.236/trunk@264955 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2013-08-13 18:45:11 +00:00
parent 8e3015c791
commit 8b67949f5e
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8697
8698

View File

@ -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');