From 58b5bc8a1c0e5b3363dafdaca4d8234e4420a3aa Mon Sep 17 00:00:00 2001 From: Federico Leva Date: Fri, 26 Sep 2014 11:32:25 +0200 Subject: [PATCH] Test what happens with Konqueror 3.5 against the blacklist Konqueror 3.5 is not mentioned in recent compatibility decisions https://lists.wikimedia.org/pipermail/wikitech-l/2014-August/077958.html and should not be affected by the recent changes, but one 3.5.4 user reports problems on en.wikipedia.org since few days ago. Konqueror 3.5 was released in 2006 and is more a contemporary of Firefox 2 than of Firefox 3.5, though last in 3.5 series was released on August 2008. http://www.kde.org/announcements/announce-3.5.10.php Maybe it should be declared as grade C if it's really not currently functioning. Some vulnerabilities are known to CVE for 3.5.5, 3.5.7 and prior; Secunia reports a moderately critical unpatched vulnerability. https://secunia.com/community/advisories/product/3166 Change-Id: Ia42a9e5028f1aae4837b204eab1e50c4121061c5 --- tests/qunit/suites/resources/startup.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/qunit/suites/resources/startup.test.js b/tests/qunit/suites/resources/startup.test.js index ed03418a9c..6011961ac5 100644 --- a/tests/qunit/suites/resources/startup.test.js +++ b/tests/qunit/suites/resources/startup.test.js @@ -96,6 +96,7 @@ 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060928 (Debian|Debian-1.8.0.7-1) Epiphany/2.14', 'Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.6) Gecko/20070817 IceWeasel/2.0.0.6-g2', // KHTML + 'Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.4 (like Gecko)', 'Mozilla/5.0 (compatible; Konqueror/4.3; Linux) KHTML/4.3.5 (like Gecko)', // Text browsers 'Links (2.1pre33; Darwin 8.11.0 Power Macintosh; x)', -- 2.20.1