X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=app%2Fcontrollers%2Fapplication.rb;h=fea87e2d210d5e5dfe122bfcc526fb008889ab8c;hb=f9d45398338f9e5b2dabd768fcd793c4f81934f2;hp=8dfb326615c1fcb91584d95547e664b886173461;hpb=09cd438e77dd418b03b67e3e6a4b48ec95b72d1d;p=depot.git diff --git a/app/controllers/application.rb b/app/controllers/application.rb index 8dfb326..fea87e2 100644 --- a/app/controllers/application.rb +++ b/app/controllers/application.rb @@ -6,7 +6,7 @@ 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 => 'd7e9713fb540572dab37a045152d442a' + protect_from_forgery :secret => 'd7e9713fb540572dab37a045152d442a' # See ActionController::Base for details # Uncomment this to filter the contents of submitted sensitive data parameters