FastSanitize

A high performance HTML sanitization library built on FastHTML, our rewrite of Myhtmlex. It was created to improve HTML sanitization performance in Pleroma, a high-performance, versatile federated social networking platform.

Features

Installation

The package can be installed by adding fast_sanitize to your list of dependencies in mix.exs:

def deps do
  [
    {:fast_sanitize, "~> 0.1.0"}
  ]
end

Docs can be found at https://hexdocs.pm/fast_sanitize.