diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 370bc669e..afc0ffcce 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -8,7 +8,7 @@ class ApplicationController < ActionController::Base before_filter :normalize_search before_filter :set_started_at_session before_filter :api_check - before_filter :secure_cookies_check + # before_filter :secure_cookies_check layout "default" rescue_from User::PrivilegeError, :with => :access_denied