mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 14:06:21 +02:00
Registrar ip restriction on every request
This commit is contained in:
parent
b86fac03b5
commit
7863322c9d
4 changed files with 7 additions and 6 deletions
|
@ -9,6 +9,7 @@ module Repp
|
|||
before_action :set_locale
|
||||
before_action :validate_webclient_ca
|
||||
before_action :validate_api_user_cert
|
||||
before_action :check_registrar_ip_restriction
|
||||
before_action :check_api_ip_restriction
|
||||
before_action :set_paper_trail_whodunnit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue