Commit c1a59a49 authored by Frédéric Buclin's avatar Frédéric Buclin

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

r=dkl a=justdave
parent d9649eb8
......@@ -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');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment