This commit is contained in:
velzie 2024-10-13 10:21:54 -04:00
commit b6bdb674fb
No known key found for this signature in database
GPG key ID: AA51AEFB0A1F3820
20 changed files with 61 additions and 197 deletions

View file

@ -137,6 +137,7 @@ export const htmlRules: {
// because they can't be fetch'd
return unrewriteBlob(value);
}
return rewriteUrl(value, meta);
},
src: ["video", "audio"],