Limit network traffic during app build
E.g. using a proxy like proxy.py
- Allowed Maven repositories should be allow-listed
- everything else should be blocked
Objective
Fetching arbitrary files from the internet during the app build (e.g. Gradle scripts) should not be possible.