mirror of
https://github.com/internetee/registry.git
synced 2025-06-04 03:37:28 +02:00
Do not check for Authenticity token in EPP
This commit is contained in:
parent
96b5eb881a
commit
19a543e184
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
module Epp
|
module Epp
|
||||||
class BaseController < ActionController::Base
|
class BaseController < ActionController::Base
|
||||||
class AuthorizationError < StandardError; end
|
class AuthorizationError < StandardError; end
|
||||||
|
skip_before_action :verify_authenticity_token
|
||||||
check_authorization
|
check_authorization
|
||||||
layout false
|
layout false
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue