8f0b9b181e4b7be813445c43693a3f666e8b7619 lrnassar Fri Oct 10 18:57:15 2025 -0700 Adding API key documentation and updating the CAPTCHA message so people can find it, refs #36428 diff --git src/hg/lib/cart.c src/hg/lib/cart.c index 0688267610c..ee4b5fe1bf9 100644 --- src/hg/lib/cart.c +++ src/hg/lib/cart.c @@ -1497,31 +1497,32 @@ printf("function showWidget() { \n" "turnstile.render('#myWidget', {\n" "sitekey: '%s',\n" "theme: 'light',\n" "callback: function (token) {\n" " const parser = new URL(window.location);\n" " parser.searchParams.set('token', token);\n" " window.location = parser.href;\n" " },\n" "});\n" "}\n", cfSiteKey); puts(""); puts("
"); puts("\n"); puts("