fix: 🔒 Remove unnecessary crossorigin attributes

This commit is contained in:
Jesse Wierzbinski 2024-05-04 19:33:50 -10:00
parent cafe272429
commit e29ed01e52
No known key found for this signature in database
10 changed files with 14 additions and 15 deletions

View file

@ -36,7 +36,6 @@ export const useParsedContent = (
return match;
}
const image = document.createElement("img");
image.crossOrigin = "anonymous";
image.src = emojiData.url;
image.alt = `:${emoji}:`;
image.title = emojiData.shortcode;