debian-mirror-gitlab/config/initializers/invisible_captcha.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
181 B
Ruby
Raw Normal View History

2019-10-12 21:52:04 +05:30
# frozen_string_literal: true
InvisibleCaptcha.setup do |config|
config.honeypots = %w(firstname lastname)
config.timestamp_enabled = true
config.timestamp_threshold = 4
end