From be128608b9df006cd3b037b36c58a738bac2e44c Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Mon, 11 Aug 2014 04:30:26 -0700 Subject: [PATCH] remove IE workaround, no longer needed --- environment.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/environment.rb b/environment.rb index f94c4110..729b69f1 100644 --- a/environment.rb +++ b/environment.rb @@ -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 \ No newline at end of file