I have a Sinatra application that uses omniauth that constantly gets this error
attack prevented by Rack::Protection::SessionHijacking
when i try to login (using google account).
It works great in other versions of IE, as well as on chrome / firefox / safari.
My setting
rack (1.4.1) rack-force_domain (0.2.0) rack-protection (1.2.0) sinatra (1.3.2) rack (~> 1.3, >= 1.3.6) rack-protection (~> 1.2) tilt (~> 1.3, >= 1.3.3) omniauth (1.0.3) hashie (~> 1.2) rack omniauth-google-oauth2 (0.1.9) omniauth (~> 1.0) omniauth-oauth2 omniauth-oauth2 (1.0.0) oauth2 (~> 0.5.0) omniauth (~> 1.0)
Does anyone know why this is happening?
source share