Welcome to mirror list, hosted at ThFree Co, Russian Federation.

invisible_captcha.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5177c7305963691658fdf5bffd0b9709d78c304d (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

InvisibleCaptcha.setup do |config|
  config.honeypots = %w(firstname lastname)
  config.timestamp_enabled = true
  config.timestamp_threshold = 4
end