Skip to content

Commit

Permalink
Updated content creation match rule to include http
Browse files Browse the repository at this point in the history
- Added http to the list of urls to check for the content creation rule
  • Loading branch information
johnman committed Oct 27, 2024
1 parent 845dfd7 commit 65e6fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion how-to/workspace-platform-starter/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@
},
{
"behavior": "view",
"match": ["https://*"]
"match": ["https://*", "http://*"]
}
]
}
Expand Down

0 comments on commit 65e6fe5

Please sign in to comment.