diff --git a/website_altcha/controllers/altcha.py b/website_altcha/controllers/altcha.py index a0b031bcd8..442c2ad83e 100644 --- a/website_altcha/controllers/altcha.py +++ b/website_altcha/controllers/altcha.py @@ -9,7 +9,7 @@ class AltchaController(http.Controller): - @http.route("/altcha", type="http", auth="public", website=True) + @http.route("/altcha", type="http", auth="public", website=True, sitemap=False) def generate_altcha_challenge(self): timeout = int(request.website.sudo().altcha_timeout or 5) cost = int(request.website.sudo().altcha_cost or 1_000)