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