From 52ec5a6855e1b8e6de75d9bd1d4b84c67eb85d9c Mon Sep 17 00:00:00 2001 From: Tomiwa Muyiwa Date: Fri, 20 Feb 2026 10:38:51 -0800 Subject: [PATCH] PP bug --- teams/vDevPreview/MicrosoftTeams.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams/vDevPreview/MicrosoftTeams.schema.json b/teams/vDevPreview/MicrosoftTeams.schema.json index 35d664c..12b3c96 100644 --- a/teams/vDevPreview/MicrosoftTeams.schema.json +++ b/teams/vDevPreview/MicrosoftTeams.schema.json @@ -3362,11 +3362,11 @@ "type": "object", "properties": { "page": { - "$ref": "#/definitions/anyHttpUrl", + "$ref": "#/definitions/secureHttpUrl", "description": "URL of the .html page to be loaded in browser-based runtimes." }, "script": { - "$ref": "#/definitions/anyHttpUrl", + "$ref": "#/definitions/secureHttpUrl", "description": "URL of the .js script file to be loaded in UI-less runtimes." } },