Is it possible to change Cordova's allow-navigation in config.xml at runtime?
I was not sure if programatically modifying the config.xml and having it take effect instantly was possible. It seems like there is no API for setting such a whitelist.
The reasoning behind this is that we want to load on-prem content and that server name can change. We would like to ensure, however, that nothing could happen that could redirect the user away from that server. That server is not known a build time, but later configured. The page may load plugins, so it can't be an in-app-browser.