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:
Ahmad Farhat
2020-05-08 13:33:02 -04:00
committed by GitHub
parent 8f454cad0e
commit 6fc402e40b
4 changed files with 35 additions and 3 deletions

View File

@ -0,0 +1,5 @@
# frozen_string_literal: true
module Errors
class UnsafeHostError < StandardError; end
end