I am running my localhost web app in android studio emulator using port forwarding. But from server I get CORS error for backend APIs. I solved the issue on desktop using CORS disable extension or by opening google chrome with disabled security flag. How can CORS be disabled in google chrome in mobile device or android studio emulator?