Closed Bug 1274598 Opened 8 years ago Closed 8 years ago

Remove reCAPTCHA from MDN if possible

Categories

(developer.mozilla.org Graveyard :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: atopal, Unassigned)

References

Details

(Keywords: in-triage)

The use of reCAPTCHA is problematic [0]. We introduced it as a way to curb spam, but we should check whether it's really contributing to the solution of that problem and remove it if not.

[0] https://en.wikipedia.org/wiki/ReCAPTCHA#Criticism
See Also: → 1271433
See Also: → 1274325
reCAPTCHA can be disabled in the Django admin by clearing two values in Constance Config:

* RECAPTCHA_PRIVATE_KEY
* RECAPTCHA_PUBLIC_KEY

It can re-enabled by adding them back.  Complete removal of the code will require a PR and production push.
See Also: → 1294356
See Also: → 1286646
With the improved spam blocking tool (bug 1259776) in place, we can handle the effects if this was what was keeping the spammers out.  I've disable reCAPTCHA in production.  We'll keep the code for quick re-enabling if needed.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.