Always grant access to robots.txt

This commit is contained in:
Tobi Schäfer 2025-05-11 01:06:40 +02:00 committed by Antville Git bot
parent 50b5c4d09e
commit 1d59aff5a6

View file

@ -1145,9 +1145,10 @@ Site.prototype.enforceRobotsTxt = function() {
// Override some URLs to prevent a site from becoming inaccessible even for the owner
const overrides = [
this.href('edit'),
this.layout.href(),
this.href('main.css'),
this.href('main.js'),
this.href('robots.txt'),
this.layout.href(),
this.members.href()
];