Closed
Description
The pretty checkmarks that @DSpeckhals added in #1913 worked locally but are being blocked in production because of our content security policies:
Content Security Policy: The page’s settings blocked the loading of a resource at data:image/svg+xml,%3Csvg width='32' hei… (“img-src”).
I know it's tiny, but is there a reason we can't just put this as an SVG in public/assets @DSpeckhals ?