From: Frédéric Buclin Date: Thu, 26 Sep 2013 23:22:30 +0000 (+0200) Subject: Bug 914262: KHTML-based browsers such as Konqueror do not support the Server-Push... X-Git-Tag: bugzilla-4.2.7~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4187d8af5055102d2478f3d6021ae2daf19b49b5;p=thirdparty%2Fbugzilla.git Bug 914262: KHTML-based browsers such as Konqueror do not support the Server-Push technology r=dkl a=justdave --- diff --git a/buglist.cgi b/buglist.cgi index c93e185f80..faeb561765 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -140,7 +140,7 @@ my $serverpush = && exists $ENV{'HTTP_USER_AGENT'} && $ENV{'HTTP_USER_AGENT'} =~ /Mozilla.[3-9]/ && (($ENV{'HTTP_USER_AGENT'} !~ /[Cc]ompatible/) || ($ENV{'HTTP_USER_AGENT'} =~ /MSIE 5.*Mac_PowerPC/)) - && $ENV{'HTTP_USER_AGENT'} !~ /(?:WebKit|Trident)/ + && $ENV{'HTTP_USER_AGENT'} !~ /(?:WebKit|Trident|KHTML)/ && !$agent && !defined($cgi->param('serverpush')) || $cgi->param('serverpush');