From 085370ec6d3ff92830e6403f43b18bed91451c42 Mon Sep 17 00:00:00 2001 From: AlexanderSarson <40232816+AlexanderSarson@users.noreply.github.com> Date: Wed, 19 Nov 2025 04:11:56 +0100 Subject: [PATCH] chore: add "positron:" to allowed external app protocols (#20803) --- 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 2576422ea4..3f1cfecea7 100644 --- a/site/src/modules/apps/apps.ts +++ b/site/src/modules/apps/apps.ts @@ -23,6 +23,7 @@ const ALLOWED_EXTERNAL_APP_PROTOCOLS = [ "jetbrains-gateway:", "jetbrains:", "kiro:", + "positron:", ]; type GetVSCodeHrefParams = {