forked from External/greenlight
GRN2-xx: Added SAFE_HOSTS env variable to block unknown hosts (#1543)
* Added SAFE_HOSTS env variable to block unknown hosts * Update sample.env
This commit is contained in:
5
app/controllers/concerns/errors.rb
Normal file
5
app/controllers/concerns/errors.rb
Normal file
@ -0,0 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Errors
|
||||
class UnsafeHostError < StandardError; end
|
||||
end
|
Reference in New Issue
Block a user