Sha256: 1b45a764c5f666975109093c547a7baf58dec3b725db3d5e20a2e9dd5afe2c71
Contents?: true
Size: 329 Bytes
Versions: 22
Compression:
Stored size: 329 Bytes
Contents
module Sufia class ArkivoConstraint def self.matches?(_request) # Add your own logic here to authorize trusted connections to # the API e.g., if your installation of Arkivo runs on a host # with the 10.0.0.3 IP address, you could use: # request.remote_ip == '10.0.0.3' false end end end
Version data entries
22 entries across 22 versions & 2 rubygems