feat: change default anonymous setting

BREAKING CHANGE: change allowAnonymous to `false` and setup
allowAnonymousEdits and allowAnonymousViews to `true`

Signed-off-by: BoHong Li <raccoon@hackmd.io>
This commit is contained in:
BoHong Li 2020-03-02 11:58:29 +08:00
parent 66ec25dddb
commit ac0f5a9461
No known key found for this signature in database
GPG Key ID: 06770355DC9ECD38
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ module.exports = {
}, },
protocolUseSSL: false, protocolUseSSL: false,
useCDN: true, useCDN: true,
allowAnonymous: true, allowAnonymous: false,
allowAnonymousEdits: false, allowAnonymousEdits: true,
allowAnonymousViews: true, allowAnonymousViews: true,
allowFreeURL: false, allowFreeURL: false,
forbiddenNoteIDs: ['robots.txt', 'favicon.ico', 'api'], forbiddenNoteIDs: ['robots.txt', 'favicon.ico', 'api'],