When running a Meteor.js Cordova iOS app on the iPhone, some of the images in the app do not load and the XCode console shows the error
ERROR whitelist rejection: url='https://d2xngy2dw7hums.cloudfront.net.....
How can we add some/all domains to the whitelist?
You will need to kill and rebuild your meteor project
See related question for more details: In meteor app how to add orgin=* in cordova config.xml?