From c26f02d56081d59a53673885508b03d2ed80047d Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Tue, 12 Feb 2013 23:22:47 +0100 Subject: [PATCH] Added TODO list. --- CookieCaptcha.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CookieCaptcha.php b/CookieCaptcha.php index 82b265c..83b60a6 100644 --- a/CookieCaptcha.php +++ b/CookieCaptcha.php @@ -26,6 +26,14 @@ * @ingroup Extensions */ +/* +TODO: + * Delete: "Delete"/link CookieCaptcha.i18n.php + * Use timestamp in cookie + * Version 2: Without apache + * Provide sample image? + */ + /* The idea of this "captcha" is to let the browser download an image that sets a cookie. Research showed that spam bots don't load images. You have to setup the cookie e.g. in the apache2 configuration file. Here is an example where an image that's uploaded with mediawiki is used: -- 2.39.5