Skip to content

Commit

Permalink
Added plugin tag to auto added new cordova-whitelist plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
hollyschinsky committed Apr 15, 2015
1 parent 657843c commit 3cd56e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/config.xml
Expand Up @@ -119,6 +119,8 @@

<access origin="*"/>
<!-- Added the following intents to support the removal of whitelist code from base cordova to a plugin -->
<!-- Whitelist configuration. Refer to https://cordova.apache.org/docs/en/edge/guide_appdev_whitelist_index.md.html -->
<plugin name="cordova-plugin-whitelist" version="1" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
Expand Down

0 comments on commit 3cd56e4

Please sign in to comment.