Disallow /modlog since it is not relevant for bots (#1850)

This commit is contained in:
drumlinish 2023-07-10 16:17:24 +02:00 committed by GitHub
parent 51842d6410
commit 1774ecdf6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,5 +15,6 @@ export default async ({ res }: { res: Response }) => {
Disallow: /admin
Disallow: /password_change
Disallow: /search/
Disallow: /modlog
`);
};