From de02f1af9f99cb93f75147bbb8fcbad5e3c4f1b9 Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 18:38:15 +0000 Subject: [PATCH] feat: add kiro: protocol to external app whitelist Adds 'kiro:' to ALLOWED_EXTERNAL_APP_PROTOCOLS to enable session token injection for kiro.dev URIs when opened from the workspace page. This allows kiro.dev applications to receive the user's session token for authentication when launched via kiro:// protocol links. Co-authored-by: matifali <10648092+matifali@users.noreply.github.com> --- site/src/modules/apps/apps.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/site/src/modules/apps/apps.ts b/site/src/modules/apps/apps.ts index d154b632dc1ca..2576422ea46ab 100644 --- a/site/src/modules/apps/apps.ts +++ b/site/src/modules/apps/apps.ts @@ -22,6 +22,7 @@ const ALLOWED_EXTERNAL_APP_PROTOCOLS = [ "cursor:", "jetbrains-gateway:", "jetbrains:", + "kiro:", ]; type GetVSCodeHrefParams = {