mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
fix: 🔒 Remove unnecessary crossorigin attributes
This commit is contained in:
parent
cafe272429
commit
e29ed01e52
10 changed files with 14 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue