mirror of https://github.com/VERT-sh/VERT.git
fix: blob scheme
This commit is contained in:
parent
f88a9a6ec3
commit
10b8811fc4
|
|
@ -384,6 +384,6 @@ export function sanitize(
|
||||||
a: ["href", "target", "rel", "class"],
|
a: ["href", "target", "rel", "class"],
|
||||||
"*": ["class"],
|
"*": ["class"],
|
||||||
},
|
},
|
||||||
allowedSchemes: ["http", "https", "mailto"],
|
allowedSchemes: ["http", "https", "mailto", "blob"],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue