mirror of
https://github.com/status-im/codimd.git
synced 2025-01-27 12:35:35 +00:00
Merge pull request #1434 from hackmdio/feat/change-default-anonymous-setting
Change default anonymous setting for more privacy
This commit is contained in:
commit
b20c8ea83f
@ -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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user