Sha256: aafd9708a9d677a4f1b7674c0f298a11522fad4e36d77e7def0c392a91da07b6
Contents?: true
Size: 329 Bytes
Versions: 58
Compression:
Stored size: 329 Bytes
Contents
module Hyrax 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
58 entries across 58 versions & 2 rubygems