class OmniAuth::AuthenticityTokenProtection

def call!(env)

def call!(env)
  return if accepts?(env)
  instrument env
  react env
end