Sha256: b50a4602cfeaa1b3c49e9d63cd9f0bae93fbfed2fc683e2b6f7d5a7141d657b0
Contents?: true
Size: 471 Bytes
Versions: 59
Compression:
Stored size: 471 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 config.injectable_styles = true # 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
59 entries across 59 versions & 1 rubygems