this code ``` class ApplicationController < ActionController::Base protect_from_forgery with: :exception end ``` results in a warning `Owasp Ror CheatSheet: Cross Site Request Forgery check failed` but unless I'm missing something, this is perfectly fine.