From cfd583529dbb67de54b02f97bb374983f062f066 Mon Sep 17 00:00:00 2001 From: andrewwallacespeckle Date: Mon, 21 Jul 2025 20:01:46 +0100 Subject: [PATCH] Extra additions to linkguard --- packages/frontend-2/plugins/externalLinkGuard.client.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/frontend-2/plugins/externalLinkGuard.client.ts b/packages/frontend-2/plugins/externalLinkGuard.client.ts index bdd6be697..ee6b080d0 100644 --- a/packages/frontend-2/plugins/externalLinkGuard.client.ts +++ b/packages/frontend-2/plugins/externalLinkGuard.client.ts @@ -18,7 +18,11 @@ export default defineNuxtPlugin(() => { url.hostname === 'speckle.systems' || url.hostname.endsWith('.speckle.systems') || url.hostname === 'speckle.community' || - url.hostname.endsWith('.speckle.community') + url.hostname.endsWith('.speckle.community') || + url.hostname === 'speckle.xyz' || + url.hostname.endsWith('.speckle.xyz') || + url.hostname === 'speckle.dev' || + url.hostname.endsWith('.speckle.dev') if (isWhitelisted(url) || url.origin === window.location.origin) return