From 05a7aedb90b7035ce412136fee0ea36fb8425c32 Mon Sep 17 00:00:00 2001 From: fyorl Date: Thu, 8 Sep 2022 18:10:04 +0100 Subject: [PATCH] Ensure template.json has htmlFields specified to trigger server-side sanitisation of HTML. --- template.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template.json b/template.json index dec71a7..762e621 100644 --- a/template.json +++ b/template.json @@ -1,6 +1,7 @@ { "Actor": { "types": ["character"], + "htmlFields": ["biography"], "character": { "biography": "", "health": { @@ -19,6 +20,7 @@ }, "Item": { "types": ["item"], + "htmlFields": ["description"], "item": { "description": "", "quantity": 1,