Extra additions to linkguard

This commit is contained in:
andrewwallacespeckle
2025-07-21 20:01:46 +01:00
parent 49a0b2ec6e
commit cfd583529d
@@ -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