changeset 322:b4adc56446f6

feeds: Update user agent.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 18 May 2015 13:41:16 +0300
parents d8b957796121
children 9380535b8f12
files fetch_feeds.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/fetch_feeds.tcl	Mon May 18 13:37:36 2015 +0300
+++ b/fetch_feeds.tcl	Mon May 18 13:41:16 2015 +0300
@@ -26,7 +26,7 @@
 if {[info exists http_user_agent] && $http_user_agent != ""} {
   ::http::config -urlencoding utf8 -useragent $http_user_agent
 } else {
-  ::http::config -urlencoding utf8 -useragent "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 9.5"
+  ::http::config -urlencoding utf8 -useragent "Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0"
 }
 
 if {[info exists http_use_proxy] && $http_use_proxy != 0} {