From: Frédéric Buclin Date: Tue, 10 Sep 2013 21:09:18 +0000 (+0200) Subject: Bug 914262: KHTML-based browsers such as Konqueror do not support the Server-Push... X-Git-Tag: bugzilla-4.5.1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60b56191bec26fa58539167320e25a813f188a64;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 9bce1c74a0..00d67c599e 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -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|Trident)/ + && $ENV{'HTTP_USER_AGENT'} !~ /(?:WebKit|Trident|KHTML)/ && !defined($cgi->param('serverpush')) || $cgi->param('serverpush');