fix: blob scheme

This commit is contained in:
Maya 2025-10-19 17:47:21 +03:00
parent f88a9a6ec3
commit 10b8811fc4
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -384,6 +384,6 @@ export function sanitize(
a: ["href", "target", "rel", "class"],
"*": ["class"],
},
allowedSchemes: ["http", "https", "mailto"],
allowedSchemes: ["http", "https", "mailto", "blob"],
});
}