cordova - Phonegap android allow specified domains not restrict other -


so problem

phonegap android allow specified domains not restrict other

i set config.xml

<plugin name="cordova-plugin-whitelist" spec="https://github.com/apache/cordova-plugin-whitelist.git" /> <allow-navigation href="http://domain.net/*" /> <access origin="http://domain.net" browseronly="true" /> 

but webview still can open other domains.

it works on ios not on android.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -