upgrade firefox from 3.0.3 to 3.6.13
This commit is contained in:
parent
6d1124018e
commit
ea1dd01520
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ class BaseBrowser(mechanize.Browser):
|
|||
ENCODING = 'utf-8'
|
||||
PAGES = {}
|
||||
USER_AGENTS = {
|
||||
'desktop_firefox': 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/2008111318 Ubuntu/8.10 (intrepid) Firefox/3.0.3',
|
||||
'desktop_firefox': 'Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.13) Gecko/20101209 Fedora/3.6.13-1.fc13 Firefox/3.6.13',
|
||||
'android': 'Mozilla/5.0 (Linux; U; Android 2.1; en-us; Nexus One Build/ERD62) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17',
|
||||
'wget': 'Wget/1.11.4',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue