// DOMPurify dummy file (for Chrome/Chromium) function DOMPurify() {} DOMPurify.sanitize = (x, y = '') => x; DOMPurify.removed = [];