From: Frédéric Buclin Date: Tue, 10 Sep 2013 21:11:16 +0000 (+0200) Subject: Bug 914262: KHTML-based browsers such as Konqueror do not support the Server-Push... X-Git-Tag: bugzilla-4.4.1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=948a73c2cc7709e2f46c86aa0211b2a465e38b40;p=thirdparty%2Fbugzilla.git Bug 914262: KHTML-based browsers such as Konqueror do not support the Server-Push technology r=dkl a=sgreen --- diff --git a/buglist.cgi b/buglist.cgi index 553ea614c8..4e3d2bd7af 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -110,7 +110,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|Trident)/ + && $ENV{'HTTP_USER_AGENT'} !~ /(?:WebKit|Trident|KHTML)/ && !defined($cgi->param('serverpush')) || $cgi->param('serverpush');