Allows all HTML5 tags to support user input.
This should be used as a template for your own, more tailored scrubber!
Sanitizes all objectively malicious content, but for example, this allows all data-* attributes,
but that might not be a good choice, depending on which frontend frameworks your site uses.
Summary
Functions
Callback implementation for HtmlSanitizeEx.Scrubber.before_scrub/1.
Callback implementation for HtmlSanitizeEx.Scrubber.scrub/1.
Callback implementation for HtmlSanitizeEx.Scrubber.scrub_attribute/2.
Callback implementation for HtmlSanitizeEx.Scrubber.scrub_attributes/2.
Functions
Callback implementation for HtmlSanitizeEx.Scrubber.before_scrub/1.
Callback implementation for HtmlSanitizeEx.Scrubber.scrub/1.
Callback implementation for HtmlSanitizeEx.Scrubber.scrub_attribute/2.
Callback implementation for HtmlSanitizeEx.Scrubber.scrub_attributes/2.