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
commit 5f0d04334b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: {},