textile-js icon indicating copy to clipboard operation
textile-js copied to clipboard

Extend the list of allowed block level HTML tags

Open borgar opened this issue 4 years ago • 0 comments

Textile-JS has a whitelist of tags allowed at root level. The origin of the list is forgotten. It does make sense to block stuff like <form> when accepting arbitrary user input, but PHP textile allows a bigger set of tags so we either need to extend the list, or provide an option so that this is configurable.

borgar avatar Apr 21 '21 17:04 borgar