diff --git a/manifest.json b/manifest.json index 634c05a..b9d885c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-explorer", "name": "Vault Explorer", - "version": "1.30.4", + "version": "1.30.5", "minAppVersion": "1.4.13", "description": "Explore your vault in visual format", "author": "DecafDev", diff --git a/package.json b/package.json index cfe32da..adc9a7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-explorer", - "version": "1.30.4", + "version": "1.30.5", "description": "Explore your vault in visual format", "main": "main.js", "scripts": { diff --git a/src/svelte/app/services/social-media-image.ts b/src/svelte/app/services/social-media-image.ts index c3b96c8..da061bd 100644 --- a/src/svelte/app/services/social-media-image.ts +++ b/src/svelte/app/services/social-media-image.ts @@ -61,6 +61,9 @@ export const fetchSocialImage = async (url: string) => { const response = await requestUrl({ url, method: "GET", + headers: { + Cookie: "", // Clear any cookies + }, }); const html = response.text; diff --git a/versions.json b/versions.json index f809f42..958d11f 100644 --- a/versions.json +++ b/versions.json @@ -108,5 +108,6 @@ "1.30.1": "1.4.13", "1.30.2": "1.4.13", "1.30.3": "1.4.13", - "1.30.4": "1.4.13" + "1.30.4": "1.4.13", + "1.30.5": "1.4.13" }