From bf5983d1cf97fe8edb04b248865e2914721787b3 Mon Sep 17 00:00:00 2001 From: "Stephane Lacoin (aka nxmatic)" Date: Thu, 11 Apr 2024 13:51:36 +0200 Subject: [PATCH] BDE-226 revert back localhost permission to 8080 fixed port (not allowed by the chromestore) --- src/main/manifest-chrome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/manifest-chrome.json b/src/main/manifest-chrome.json index c24b5824..3d32b965 100644 --- a/src/main/manifest-chrome.json +++ b/src/main/manifest-chrome.json @@ -24,7 +24,7 @@ "tabs" ], "host_permissions": [ - "http://localhost:*/*", + "http://localhost:8080/*", "https://nos-preprod-connect.nuxeocloud.com/*", "https://connect.nuxeo.com/*" ],