From 04e8a204a3d7606a4bfb7ed7ab3a9723ea439f9d Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Sat, 22 Mar 2025 18:14:55 -0700 Subject: [PATCH] add trusted domain --- product.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/product.json b/product.json index 00cc284c..e82926c9 100644 --- a/product.json +++ b/product.json @@ -35,5 +35,9 @@ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", "itemUrl": "https://marketplace.visualstudio.com/items" }, - "builtInExtensions": [] + "builtInExtensions": [], + "linkProtectionTrustedDomains": [ + "https://voideditor.com", + "https://voideditor.dev" + ] }