Description
When a task is made, it is publicly available, but some tasks could contain sensitive information. That might now be leaked in the ViewTasks.
Solution
Add a "PRIVATE" attribute (true | false) to the config in order for the server not to send private tasks.
Description
Solution