Add some limits

This commit is contained in:
binwiederhier
2025-07-19 16:46:53 +02:00
parent 57df16dd62
commit dde07adbdc
9 changed files with 77 additions and 13 deletions

View File

@@ -132,7 +132,7 @@ func toRawJSON(v any) string {
if err != nil {
panic(err)
}
return string(output)
return output
}
// mustToRawJSON encodes an item into a JSON string with no escaping of HTML characters.