开发者

PHP solution to sanitize user formatted input and make XHTML Strict compliant

开发者 https://www.devze.com 2023-01-14 06:35 出处:网络
What are best solutions for making user formatted input safe + script/fla开发者_StackOverflowsh free

What are best solutions for making user formatted input

  1. safe + script/fla开发者_StackOverflowsh free
  2. XHTML Strict compliant

Tidy converts HTML to XHTML Strict. Any similar/alternative options that does this plus sanitizes and removes embedded scripts and flash?


http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/index.php


Not sure if this is what you are looking for but I tend to use htmlPurifier.

0

精彩评论

暂无评论...
验证码 换一张
取 消