Skip to content

Commit

Permalink
BDE-226 revert back localhost permission to 8080 fixed port (not allo…
Browse files Browse the repository at this point in the history
…wed by the chromestore)
  • Loading branch information
nxmatic committed Apr 11, 2024
1 parent 08bced8 commit bf5983d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/manifest-chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tabs"
],
"host_permissions": [
"http://localhost:*/*",
"http://localhost:8080/*",
"https://nos-preprod-connect.nuxeocloud.com/*",
"https://connect.nuxeo.com/*"
],
Expand Down

0 comments on commit bf5983d

Please sign in to comment.