Sha256: 468762ee900689ce6c5b778c1c30968970cbee9c47b749f543185a0f3703d7bf
Contents?: true
Size: 441 Bytes
Versions: 5
Compression:
Stored size: 441 Bytes
Contents
# frozen_string_literal: true InvisibleCaptcha.setup do |config| config.honeypots << "another_fake_attribute" config.visual_honeypots = false config.timestamp_threshold = 4 config.timestamp_enabled = false # Leave these unset if you want to use I18n (see below) # config.sentence_for_humans = 'If you are a human, ignore this field' # config.timestamp_error_message = 'Sorry, that was too quick! Please resubmit.' end
Version data entries
5 entries across 5 versions & 1 rubygems