diff --git a/depot/app/controllers/application.rb b/depot/app/controllers/application.rb index dc070b8..0fdcd93 100644 --- a/depot/app/controllers/application.rb +++ b/depot/app/controllers/application.rb @@ -6,10 +6,10 @@ class ApplicationController < ActionController::Base # See ActionController::RequestForgeryProtection for details # Uncomment the :secret if you're not using the cookie session store - protect_from_forgery # :secret => 'c44710ac164322be64aab9898f15daf2' - - # See ActionController::Base for details + protect_from_forgery :secret => 'c44710ac164322be64aab9898f15daf2' + + # See ActionController::Base for details # Uncomment this to filter the contents of submitted sensitive data parameters - # from your application log (in this case, all fields with names like "password"). + # from your application log (in this case, all fields with names like "password"). # filter_parameter_logging :password end