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:
parent
8e3015c791
commit
8b67949f5e
@ -1 +1 @@
|
|||||||
8697
|
8698
|
||||||
@ -105,7 +105,7 @@ my $serverpush =
|
|||||||
&& exists $ENV{'HTTP_USER_AGENT'}
|
&& exists $ENV{'HTTP_USER_AGENT'}
|
||||||
&& $ENV{'HTTP_USER_AGENT'} =~ /(Mozilla.[3-9]|Opera)/
|
&& $ENV{'HTTP_USER_AGENT'} =~ /(Mozilla.[3-9]|Opera)/
|
||||||
&& $ENV{'HTTP_USER_AGENT'} !~ /compatible/i
|
&& $ENV{'HTTP_USER_AGENT'} !~ /compatible/i
|
||||||
&& $ENV{'HTTP_USER_AGENT'} !~ /WebKit/
|
&& $ENV{'HTTP_USER_AGENT'} !~ /(?:WebKit|Trident)/
|
||||||
&& !defined($cgi->param('serverpush'))
|
&& !defined($cgi->param('serverpush'))
|
||||||
|| $cgi->param('serverpush');
|
|| $cgi->param('serverpush');
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user