Sha256: 9c2f635dfcc3c8e3df5626ca64b6d425a79ef99408392afc24752302516781cd
Contents?: true
Size: 437 Bytes
Versions: 72
Compression:
Stored size: 437 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
72 entries across 72 versions & 2 rubygems