Is Markdown (with strip_tags) sufficient to stop XSS attacks?

后端 未结 7 1091
温柔的废话
温柔的废话 2020-12-16 01:31

I\'m working on a web application that allows users to type short descriptions of items in a catalog. I\'m allowing Markdown in my textareas so users can do some HTML format

7条回答
  •  太阳男子
    2020-12-16 02:20

    I agree with Pascal MARTIN that HTML Sanitization is a better approach. If you want to do it entirely in JavaScript I suggest taking a look at google-caja's sanitization library (source code).

提交回复
热议问题