mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Disallow archives resend URLs
They all generate redirects to the login page, so there is no point in indexing them anyway.
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user