diff --git a/manifest.json b/manifest.json index b5d8ef15..c29f2ceb 100644 --- a/manifest.json +++ b/manifest.json @@ -6,15 +6,8 @@ "ui": "dist/ui.html", "editorType": ["figma"], "networkAccess": { - "allowedDomains": [ - "https://github.com", - "https://bitbucket.org/", - "https://gitlab.com/", - "https://rsms.me", - "https://*.bitbucket.org/", - "https://*.gitlab.com/", - "https://*.github.com" - ] + "allowedDomains": ["*"], + "reasoning": "Wildcard is needed to use the plugin with companies' self-hosted CI instance" }, "menu": [ { "name": "Export Design Token File", "command": "export" }, @@ -27,4 +20,4 @@ { "separator": true }, { "name": "Reset Settings", "command": "reset" } ] -} \ No newline at end of file +}