We introduce lexbor to sanitize HTML displayed in EventView. Qt's rich text display already filters out some of the most dangerous HTML, but <img> is still kept as-is. However, the Matrix spec says we should only accept src that is an mxc:// uri.
Also added a benchmark to test its performance.
Depends on: https://r.lily-is.land/the-kazv-project/libkazv-deps/pulls/2
Type: add