diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2153aaa08..d8e9e0482 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -182,9 +182,13 @@ URL of your target FlyteAdmin API instance. These instructions will use 127.0.0.1 localhost.different.admin.service.com ``` -4. Install Chrome plugin: [Allow CORS: Access-Control-Allow-Origin](https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf) +4. Install Chrome plugin: [Moesif Origin & CORS Changer](https://chrome.google.com/webstore/detail/moesif-origin-cors-change/digfbfaphojjndkpccljibejjbppifbc) - > _NOTE:_ Activate plugin (toggle to "on") + > _NOTE:_ + > 1. Activate plugin (toggle to "on") + > 1. Open 'Advanced Settings': + > - set `Access-Control-Allow-Credentials`: `true` + > - set `Domain List`: `your.localhost.com` 5. Start `flyteconsole` diff --git a/README.md b/README.md index 0a8e38ce5..e8f5f0b90 100644 --- a/README.md +++ b/README.md @@ -187,9 +187,13 @@ URL of your target FlyteAdmin API instance. These instructions will use 127.0.0.1 localhost.different.admin.service.com ``` -* Install Chrome plugin: [Allow CORS: Access-Control-Allow-Origin](https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf) +* Install Chrome plugin: [Moesif Origin & CORS Changer](https://chrome.google.com/webstore/detail/moesif-origin-cors-change/digfbfaphojjndkpccljibejjbppifbc) - > Activate plugin (toggle to "on") + > _NOTE:_ + > 1. Activate plugin (toggle to "on") + > 1. Open 'Advanced Settings': + > - set `Access-Control-Allow-Credentials`: `true` + > - set `Domain List`: `your.localhost.com` * Start `flyteconsole`