fix(backend): sanitize group description
1 unresolved thread
1 unresolved thread
Compare changes
Files
2@@ -2,24 +2,26 @@
Created by: Mogge
Sanitizes the html of group description and description excerpt. Additional argument to the walk recursive function to pass field names that should not be sanitized.
Created by: ulfgebhardt
I do not understand
key[1] !== fieldName
shouldnt't it bekey[0] !== fieldName
or have `callback(data, key.length === 1 ? key[0] : key[1])Created by: Mogge
It is
description!embed
.Created by: Mogge
And I want to pass
description
to the callback