]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 914262: KHTML-based browsers such as Konqueror do not support the Server-Push...
authorFrédéric Buclin <LpSolit@gmail.com>
Tue, 10 Sep 2013 21:11:16 +0000 (23:11 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 10 Sep 2013 21:11:16 +0000 (23:11 +0200)
r=dkl a=sgreen

buglist.cgi

index 553ea614c819520c0f26e831b605e63d16f187c8..4e3d2bd7afa065a11393f01f204b08c9dc12533d 100755 (executable)
@@ -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');