Merge pull request #1053 from dsprenkels/robots.txt

Disallow creation of robots.txt in freeurl
This commit is contained in:
Christoph (Sheogorath) Kern
2018-11-17 13:30:06 +01:00
committed by GitHub
4 changed files with 5 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ module.exports = {
allowAnonymous: true,
allowAnonymousEdits: false,
allowFreeURL: false,
forbiddenNoteIDs: ['robots.txt', 'favicon.ico', 'api'],
defaultPermission: 'editable',
dbURL: '',
db: {},