From dfcc69eedf2b8bce2641cb3ae48d11943c4ef0c8 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Thu, 17 Oct 2024 10:18:47 -0400 Subject: [PATCH] Disallow /tool_runner? in robots.txt This was getting spammed on main causing lots of extraneous jobs. Might need to follow up with updates to the tool panel to use direct tool links like: https://usegalaxy.org/root?tool_id=toolshed.g2.bx.psu.edu/repos/iuc/datamash_ops/datamash_ops/1.8+galaxy0 --- static/robots.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/static/robots.txt b/static/robots.txt index 55bca6a57cce..77bcf4fa5497 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -2,3 +2,4 @@ User-agent: * Disallow: /display? Disallow: /display_as? Disallow: /training-material/ +Disallow: /tool_runner?