We have CORS misconfiguration issue identified in our application that is using streamlit library. The application is not vulnerable to any other request except the API endpoint https://api.segment.io/. We tried to fix the CORS issue by adding different domains. However the issue still persists. Can we remove this endpoint if it is not important?
Thank you!