fnando / browser

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

Add kube-probe to capture Kubernetes HTTP probes #533

Closed joelzwarrington closed 11 months ago

joelzwarrington commented 2 years ago

kubernetes has HTTP probes to check readiness of a service

Before:

Browser.new('kube-probe/1.25').bot?
=> false

After:

Browser.new('kube-probe/1.25').bot?
=> true
fnando commented 2 years ago

Hi @joelzwarrington!

Can you please follow the other instructions listed here?

joelzwarrington commented 2 years ago

@fnando should be good to have a look now, I believe I followed all of the instructions 😄

joelzwarrington commented 2 years ago

@fnando any chance you could have a look? 🙇 🙏

joelzwarrington commented 1 year ago

@fnando - can you have a look please?

joelzwarrington commented 1 year ago

@fnando can you have a look please?