mirror of https://github.com/status-im/codimd.git
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,
|
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'],
|
||||||
|
|
Loading…
Reference in New Issue