mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add some missing Cordova default access rules
This commit is contained in:
3
tools/cordova/builder.js
vendored
3
tools/cordova/builder.js
vendored
@@ -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'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user