diff --git a/src/lib/store/index.svelte.ts b/src/lib/store/index.svelte.ts index 3eab49c..80a1fb9 100644 --- a/src/lib/store/index.svelte.ts +++ b/src/lib/store/index.svelte.ts @@ -384,6 +384,6 @@ export function sanitize( a: ["href", "target", "rel", "class"], "*": ["class"], }, - allowedSchemes: ["http", "https", "mailto"], + allowedSchemes: ["http", "https", "mailto", "blob"], }); }