Merge branch 'master' of github.com:MISP/misp-book

pull/152/head
Alexandre Dulaunoy 2019-03-13 21:44:23 +01:00
commit eadfde1660
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 9 additions and 0 deletions

View File

@ -184,6 +184,15 @@ sudo pip3 install -I .
```
## How to disable freetext/custom/user-created tags and only allow certain tags
Remove the "tag editor" from the permissions that you grant to users.
Set all tags that you do not want to "hidden".
There is a server setting to treat all incoming tags as hidden by default: `MISP.incoming_tags_disabled_by_default`
**Important** Make sure that you don't remove "tag editor" from sync users, or you'll be stripping tags from synchronized data.
<!--
Comment Place Holder
-->