From 19a543e184c7871dabb18e6233beed3d1dc1240c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Erik=20=C3=95unapuu?= Date: Thu, 4 Jun 2020 13:13:31 +0300 Subject: [PATCH] Do not check for Authenticity token in EPP --- app/controllers/epp/base_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/epp/base_controller.rb b/app/controllers/epp/base_controller.rb index 4c099730f..b8d73f8da 100644 --- a/app/controllers/epp/base_controller.rb +++ b/app/controllers/epp/base_controller.rb @@ -1,7 +1,7 @@ module Epp class BaseController < ActionController::Base class AuthorizationError < StandardError; end - + skip_before_action :verify_authenticity_token check_authorization layout false