Why would people skip the verification and increase the security vulnerability of their app? Is it beneficial to disable it on pages that have only GET requests? Thanks in advance.
Why would people skip the verification and increase the security vulnerability of their app?
Share
CRSF check is already skipped for GET request in rails
http://guides.rubyonrails.org/security.html
You can see the method itself as well.
http://api.rubyonrails.org/classes/ActionController/RequestForgeryProtection.html#method-i-verify_authenticity_token