To improve my app's security I'd like to only accept network connections with a set of whitelisted sites.
My app uses react-native.
I've only found settings to filter non-secure connections (i.e. without tls encryption), but nothing similar to what I mentioned above.