From 65e6fe55eb1bc01d95f18a9ccb4dccf557c50f36 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 27 Oct 2024 20:14:21 +0000 Subject: [PATCH] Updated content creation match rule to include http - Added http to the list of urls to check for the content creation rule --- how-to/workspace-platform-starter/public/manifest.fin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to/workspace-platform-starter/public/manifest.fin.json b/how-to/workspace-platform-starter/public/manifest.fin.json index 88d83c463..2a61e2a81 100644 --- a/how-to/workspace-platform-starter/public/manifest.fin.json +++ b/how-to/workspace-platform-starter/public/manifest.fin.json @@ -1849,7 +1849,7 @@ }, { "behavior": "view", - "match": ["https://*"] + "match": ["https://*", "http://*"] } ] }