diff --git a/manifest.json b/manifest.json index 6debd925..a4cd5da2 100644 --- a/manifest.json +++ b/manifest.json @@ -5,9 +5,6 @@ "main": "dist/code.js", "ui": "dist/index.html", "editorType": ["figma"], - "networkAccess": { - "allowedDomains": ["https://cors-anywhere.herokuapp.com"], - "devAllowedDomains": ["http://localhost:5173"] - }, + "networkAccess": { "allowedDomains": ["none"] }, "documentAccess": "dynamic-page" } diff --git a/ui-src/index.html b/ui-src/index.html index 7ed7843a..4f6e97c8 100644 --- a/ui-src/index.html +++ b/ui-src/index.html @@ -7,13 +7,6 @@
-