-
reblogged
diff --git a/components/social-elements/notifications/notif.vue b/components/social-elements/notifications/notif.vue
index 0a691e2..8fcceda 100644
--- a/components/social-elements/notifications/notif.vue
+++ b/components/social-elements/notifications/notif.vue
@@ -4,7 +4,7 @@
-
{{ text
diff --git a/components/social-elements/users/Account.vue b/components/social-elements/users/Account.vue
index ee5e353..a57cd0a 100644
--- a/components/social-elements/users/Account.vue
+++ b/components/social-elements/users/Account.vue
@@ -3,7 +3,7 @@
-
@@ -11,7 +11,7 @@
-
diff --git a/components/social-elements/users/SmallCard.vue b/components/social-elements/users/SmallCard.vue
index 97be5e4..0cff66f 100644
--- a/components/social-elements/users/SmallCard.vue
+++ b/components/social-elements/users/SmallCard.vue
@@ -2,7 +2,7 @@
-
diff --git a/composables/ParsedContent.ts b/composables/ParsedContent.ts
index f2ed9df..d8e0621 100644
--- a/composables/ParsedContent.ts
+++ b/composables/ParsedContent.ts
@@ -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;
diff --git a/nuxt.config.ts b/nuxt.config.ts
index 097371c..1855b2c 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -22,7 +22,7 @@ export default defineNuxtConfig({
"img-src": ["'self'", "data:", "https:"],
"script-src": ["'nonce-{{nonce}}'", "'strict-dynamic'"],
},
- crossOriginResourcePolicy: "cross-origin",
+ crossOriginResourcePolicy: "same-origin",
xFrameOptions: "DENY",
},
rateLimiter: {