]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Update Useragent to Win8.1 and FF36 1318/head
authorTim Coombs <ticoombs@users.noreply.github.com>
Wed, 12 Aug 2015 04:57:00 +0000 (14:57 +1000)
committerTim Coombs <ticoombs@users.noreply.github.com>
Wed, 12 Aug 2015 04:57:00 +0000 (14:57 +1000)
inc/poche/Tools.class.php

index 9c74839183c9368cbcdd117e2129fad65f31325e..e5e150cdb7d8f3bce3c7633c675a1d403215858a 100755 (executable)
@@ -141,7 +141,7 @@ final class Tools
     public static function getFile($url)
     {
         $timeout = 15;
-        $useragent = "Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/20100101 Firefox/18.0";
+        $useragent = "Mozilla/5.0 (Windows NT 6.3; rv:36.0) Gecko/20100101 Firefox/36.0";
 
         if (in_array ('curl', get_loaded_extensions())) {
             # Fetch feed from URL