Merge pull request #1434 from hackmdio/feat/change-default-anonymous-setting

Change default anonymous setting for more privacy
This commit is contained in:
Max Wu 2020-03-02 18:28:28 +08:00 committed by GitHub
commit b20c8ea83f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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