sparklemotion / mechanize

Mechanize is a ruby library that makes automated web interaction easy.
https://www.rubydoc.info/gems/mechanize/
MIT License
4.39k stars 473 forks source link

updates Linux Firefox user-agent to rev94 #587

Closed ncs1 closed 2 years ago

ncs1 commented 2 years ago

Hi, The Linux Firefox user-agent is pretty old right now, and mechanize being rejected automatically when using it on some sites. Updated to current revision 94.0. (=> SEC.gov (== AkamaiGHost) will reject requests automatically using the current Linux Firefox user agent).

flavorjones commented 2 years ago

I verified that this is a valid version of the latest user-agent string at https://www.whatismybrowser.com/guides/the-latest-user-agent/firefox

flavorjones commented 2 years ago

This was just shipped in Release 2.8.3 / 2021-11-11 · sparklemotion/mechanize

ncs1 commented 2 years ago

Thank you @flavorjones