'How to restrict Ionic app when proxy is enabled in mobile

I'm using Ionic 5. I am running the below command to generate prod release:

ionic cordova build ios --prod

When I enable proxy in my mobile, my app works and tracks the API requests in postman, how can I disable this ?

All other apps doesn't even load when I enable proxy. Am I missing anything here?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source