html-filter
html-filter copied to clipboard
Remove tags or attributes based on a whitelist from a snippet of well-formatted HTML text using PHP's DOM library.
Results
1
html-filter issues
Sort by
recently updated
recently updated
newest added
Should be able to work with XML files from untrusted sources without letting XXE injection attacks through. - https://www.owasp.org/index.php/XML_External_Entity_%28XXE%29_Processing - http://www.php.net/manual/en/wrappers.php Example: ``` ]> &xxe; ```