From: Magnus Hagander Date: Fri, 9 Apr 2021 13:30:16 +0000 (+0200) Subject: Disallow archives resend URLs X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=d74fef7611447fb99fc7d95e34a99bf56509a412;p=pgweb.git Disallow archives resend URLs They all generate redirects to the login page, so there is no point in indexing them anyway. --- diff --git a/pgweb/core/views.py b/pgweb/core/views.py index e9a37090..5ab48ff0 100644 --- a/pgweb/core/views.py +++ b/pgweb/core/views.py @@ -164,6 +164,7 @@ Disallow: /list/ Disallow: /search/ Disallow: /message-id/raw/ Disallow: /message-id/flat/ +Disallow: /message-id/resend/ Sitemap: https://www.postgresql.org/sitemap.xml """, content_type='text/plain')