From 568c08d09b82d60024165ee2d93eebeee21c6e28 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 23 Jan 2018 10:33:27 -0800 Subject: [PATCH] Remove Recaptcha v1 options. --- src/config/Config.coffee | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/config/Config.coffee b/src/config/Config.coffee index df3b97ef2..af0a258ca 100644 --- a/src/config/Config.coffee +++ b/src/config/Config.coffee @@ -502,26 +502,10 @@ Config = true 'Make captcha easier to use, especially with the keyboard.' ] - 'Use Recaptcha v1': [ - false - 'Use the old text version of Recaptcha in the post form in threads.' - ] - 'Use Recaptcha v1 on Index': [ - false - 'Use the old text version of Recaptcha on the index and catalog. Warning: May interfere with starting threads.' - ] - 'Use Recaptcha v1 in Reports': [ - false - 'Use the text captcha in the report window.' - ] 'Force Noscript Captcha': [ false 'Use the non-Javascript fallback captcha even if Javascript is enabled (Recaptcha v2 only).' ] - 'Force Noscript Captcha for v1': [ - true - 'Force the non-Javascript fallback captcha for Recaptcha v1. Currently only works on HTTPS.' - ] 'Pass Link': [ false 'Add a 4chan Pass login link to the bottom of the page.'