Skip to content

Add feature flag for disabling reCaptcha

Jarka Košanová requested to merge 64023-disable-recaptcha into master

What does this MR do?

Disabling reCaptcha

That is the main purpose of this MR. It disables recaptcha in case a feature flag is set to true.

Disabling recaptcha means that issues and merge requests identified as spam by Akismet are still stored as normal issues. This does not apply to snippets as they are the biggest source of span.

Other improvements

expect/allow_any_instance_of was changed to expect_next_instance in files touched by the change.

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

#64023 (moved)

Edited by Jarka Košanová

Merge request reports