powerautomate-mcp 0.9.3 → 0.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -721,7 +721,8 @@ function validateResourceLinkUrl(uri) {
|
|
|
721
721
|
"microsoft.com",
|
|
722
722
|
"sharepoint.com",
|
|
723
723
|
"office.com",
|
|
724
|
-
"azure.com"
|
|
724
|
+
"azure.com",
|
|
725
|
+
"powerplatformusercontent.com"
|
|
725
726
|
];
|
|
726
727
|
const isAllowed = allowedDomains.some(
|
|
727
728
|
(d) => hostname === d || hostname.endsWith(`.${d}`)
|