fnando / browser

Do some browser detection with Ruby. Includes ActionController integration.
MIT License
2.45k stars 361 forks source link

GitHub is HTTPS by default #461

Closed amatsuda closed 4 years ago

amatsuda commented 4 years ago

This reduces unnecessary redirection from http://... to https://... when someone visits this gem's homepage via https://rubygems.org/gems/browser or some tools or APIs that use the gem's metadata.

fnando commented 4 years ago

Thanks! :)