mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 16:03:48 +00:00
8 lines
181 B
Ruby
8 lines
181 B
Ruby
# frozen_string_literal: true
|
|
|
|
InvisibleCaptcha.setup do |config|
|
|
config.honeypots = %w[firstname lastname]
|
|
config.timestamp_enabled = true
|
|
config.timestamp_threshold = 4
|
|
end
|