Always grant access to robots.txt
This commit is contained in:
parent
50b5c4d09e
commit
1d59aff5a6
1 changed files with 2 additions and 1 deletions
|
|
@ -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()
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue