- |
In order to prevent unauthenticated attacks it can be useful to disable guest edits until the next update. To do this, set the following to configuration options: |
+ |
In order to prevent unauthenticated attacks it can be useful to disable |
+ |
guest edits until the next update. To do this, set the following to |
+ |
configuration options: |
|
|
|
{ |
|
# other configs |
|
# … |
|
"allowAnonymous": false, |
|
"allowAnonymousEdits": false, |
|
|
|
} |
|
|
- |
Or set the environment variables CMD_ALLOW_ANONYMOUS=false and CMD_ALLOW_ANONYMOUS_EDITS=false. |
+ |
Or set the environment variables CMD_ALLOW_ANONYMOUS=false and |
+ |
CMD_ALLOW_ANONYMOUS_EDITS=false. |