FilterHTML
FilterHTML copied to clipboard
A whitelisting HTML filter. Allows only a well-defined subset of HTML to pass through, with URL filtering.
A [reference to `self` was added](https://github.com/dcollien/FilterHTML/commit/e5dff92cbd99e1df472af37504b13062872355e8#diff-6de51f240bde33467eedde2778d765574864195f8fd0b598273543385bf01427R663) in v0.6 to `FilterHTML.js`. This variable is not defined in the JS version, though it is in the Python version. Presumably an accidental copy/paste...
Hello author @dcollien , how can I solve the following problem: When I try to filter HTML content, I always get an error: tag /.... not found. The code is...