diff --git a/app/controllers/base_origami_controller.rb b/app/controllers/base_origami_controller.rb index 040ee2bf..3cb1eacc 100755 --- a/app/controllers/base_origami_controller.rb +++ b/app/controllers/base_origami_controller.rb @@ -23,7 +23,7 @@ class BaseOrigamiController < ActionController::Base end else if ENV["SERVER_MODE"] != 'cloud' - # protect_from_forgery with: :exception + protect_from_forgery with: :exception end if current_user.nil?