mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-09 13:51:57 -04:00
Merge pull request #1053 from dsprenkels/robots.txt
Disallow creation of robots.txt in freeurl
This commit is contained in:
commit
5f0d04334b
4 changed files with 5 additions and 1 deletions
|
@ -32,6 +32,7 @@ module.exports = {
|
|||
allowAnonymous: true,
|
||||
allowAnonymousEdits: false,
|
||||
allowFreeURL: false,
|
||||
forbiddenNoteIDs: ['robots.txt', 'favicon.ico', 'api'],
|
||||
defaultPermission: 'editable',
|
||||
dbURL: '',
|
||||
db: {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue