[DOC-FIX] remove CORS setting requirement#443
Conversation
|
@dennisseah Why is this requirement removed? |
We implemented the backend for dashboard and CORS settings are not needed. @samiyaakhtar can you confirm. Generally setting CORS for localhost is not good things (w.r.t. security) |
|
@dennisseah @edaena shouldn't be needed anymore if people are using the new docker image hopefully, that queries APIs from a backend instead. I guess we can remove it since we've already updated the image |
|
@samiyaakhtar @dennisseah do we need to also remove enabling CORS in the storage account in the integration tests? |
|
@edaena Agreed, maybe we should get rid of that snippet of code from integration tests as well. Might be worth closing out in one PR. @dennisseah could we remove the part from rings integration test which adds CORS setting to the storage account? |
can someone do it? or tell me where is it if you want me to remove it :-) |
|
@dennisseah it had to be done before the PR was merged :( I'll open another PR for this. |
No description provided.