remove IE workaround, no longer needed

This commit is contained in:
Kyle Drake 2014-08-11 04:30:26 -07:00
parent 8e161c0099
commit be128608b9

View file

@ -98,6 +98,3 @@ Mail.defaults do
end
Sinatra::Application.set :erb, escape_html: true
# Session fix for Internet Fucking Explorer https://github.com/rkh/rack-protection/issues/11
Sinatra::Application.set :protection, except: :session_hijacking