Skip to content

Commit

Permalink
Merge pull request #587 from ncs1/update_linux_firefox_ua
Browse files Browse the repository at this point in the history
updates Linux Firefox user-agent to rev94
  • Loading branch information
flavorjones committed Nov 11, 2021
2 parents 975827a + e9deb2b commit b898f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mechanize.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class Error < RuntimeError

AGENT_ALIASES = {
'Mechanize' => "Mechanize/#{VERSION} Ruby/#{ruby_version} (http://github.com/sparklemotion/mechanize/)",
'Linux Firefox' => 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0',
'Linux Firefox' => 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0',
'Linux Konqueror' => 'Mozilla/5.0 (compatible; Konqueror/3; Linux)',
'Linux Mozilla' => 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624',
'Mac Firefox' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0',
Expand Down

0 comments on commit b898f47

Please sign in to comment.