Add some missing Cordova default access rules

This commit is contained in:
Martijn Walraven
2016-03-03 08:55:02 +01:00
parent ad8a6087ab
commit 081c5b6446

View File

@@ -129,7 +129,10 @@ export class CordovaBuilder {
'mailto:*': 'intent',
'sms:*': 'intent',
'market:*': 'intent',
'itms:*': 'intent',
'itms-apps:*': 'intent',
'gap://ready': 'navigation',
// Allow navigation to localhost, which is needed for the local server
'http://localhost': 'navigation'
};