mirror of
https://github.com/aamitn/bpc.git
synced 2025-06-27 18:31:49 +05:30
4 lines
133 B
JavaScript
4 lines
133 B
JavaScript
// DOMPurify dummy file (for Chrome/Chromium)
|
|
function DOMPurify() {}
|
|
DOMPurify.sanitize = (x, y = '') => x;
|
|
DOMPurify.removed = [];
|