]> gitweb.factorcode.org Git - factor.git/commitdiff
furnace.recaptcha: recaptcha was acquired by Google, update URL
authorSlava Pestov <slava@shill.local>
Tue, 23 Aug 2011 05:48:15 +0000 (22:48 -0700)
committerSlava Pestov <slava@shill.local>
Tue, 23 Aug 2011 05:48:15 +0000 (22:48 -0700)
basis/furnace/recaptcha/recaptcha.factor

index 7889ffc626e43c898fa1af55a0121125062347e7..4ac03ce839b9302e0d07282d39b4fda581527120 100644 (file)
@@ -39,7 +39,8 @@ M: recaptcha call-responder*
     XML] ;
 
 : recaptcha-url ( secure? -- ? )
-    "https://api.recaptcha.net/challenge" "http://api.recaptcha.net/challenge" ?
+    "http://www.google.com/recaptcha/api/challenge"
+    "https://www.google.com/recaptcha/api/challenge" ?
     recaptcha-error cget [ "?error=" glue ] when* >url ;
 
 : render-recaptcha ( -- xml )