jaspermayone / greenhouse

0 stars 0 forks source link

Implement Security & CORS #116

Closed jaspermayone closed 7 months ago

jaspermayone commented 7 months ago
gem "rack-cors" # manage CORS
gem "rack-attack" # rate limiting
gem "browser", "~> 5.3" # browser detection

https://github.com/cyu/rack-cors https://github.com/rack/rack-attack https://github.com/TylerRick/rack_attack_admin https://github.com/fnando/browser