mirror of
https://github.com/unraid/api.git
synced 2026-04-30 12:10:15 -05:00
2724485989
fix(web): replaces dompurify with isomorphic-dompurify to enable server-side usage with same syntax
12 lines
218 B
Plaintext
12 lines
218 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`sanitization > strips javascript 1`] = `
|
|
"<p><img src="x"></p>
|
|
"
|
|
`;
|
|
|
|
exports[`sanitization > strips javascript 2`] = `
|
|
"<p><img src="x"></p>
|
|
"
|
|
`;
|