@supernova-studio/client 1.95.0 → 1.95.1
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6079,7 +6079,7 @@ var IntegrationToken = _zod.z.object({
|
|
|
6079
6079
|
customUrl: data.custom_url
|
|
6080
6080
|
};
|
|
6081
6081
|
});
|
|
6082
|
-
var forbiddenCustomUrlDomainList = ["github.com", "gitlab.com", "
|
|
6082
|
+
var forbiddenCustomUrlDomainList = ["github.com", "gitlab.com", "figma.com", "dev.azure.com"];
|
|
6083
6083
|
function formatCustomUrl(url) {
|
|
6084
6084
|
let formattedUrl = url.trim().toLowerCase();
|
|
6085
6085
|
if (!formattedUrl.startsWith("http://") && !formattedUrl.startsWith("https://")) {
|