GitHub user mbillau opened a pull request: https://github.com/apache/cordova-android/pull/95
Allow subdomains flag in Whitelist xml for backcompat With the new Whitelist implementation, the `subdomains="true"` flag for the whitelist is being ignored even though the attribute is still parsed from XML and passed around our code. I think that we might as well allow this flag for backwards compatibility. https://issues.apache.org/jira/browse/CB-4096 You can merge this pull request into a Git repository by running: $ git pull https://github.com/mbillau/cordova-android CB-4096 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-android/pull/95.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #95 ---- commit b95d729312ef00f59c75e43d73a73818cadd8761 Author: mbillau <mike.bil...@gmail.com> Date: 2014-03-19T18:21:08Z Allow subdomains flag in Whitelist xml for backcompat ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---