From 5d55b82643f3885704efa3e814519a8b975fc197 Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Tue, 26 Feb 2019 16:06:34 +0100 Subject: [PATCH] disable freetext/custom/user-created tags --- faq/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/faq/README.md b/faq/README.md index 1c5c4ae..baa500a 100644 --- a/faq/README.md +++ b/faq/README.md @@ -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. + +