From d7094224f0e75bf3c408b609ef04f0865bbfeeb7 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 31 May 2009 20:33:51 +0200 Subject: [PATCH] update browser string --- oxlib/net.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oxlib/net.py b/oxlib/net.py index 774b480..3664ccf 100644 --- a/oxlib/net.py +++ b/oxlib/net.py @@ -11,7 +11,7 @@ from chardet.universaldetector import UniversalDetector # Default headers for HTTP requests. DEFAULT_HEADERS = { - 'User-Agent': 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008061015 Firefox/3.0', + 'User-Agent': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2a1pre) Gecko/20090529 Minefield/3.6a1pre', 'Accept-Encoding': 'gzip' }