erisu opened a new pull request #73:
URL: https://github.com/apache/cordova-app-hello-world/pull/73
### Platforms affected
all
### Motivation and Context
Not all apps require the pre-define settings that we prodived.
The core template should be as minimalist as possible.
### Description
* Removed all predefined settings except for the basic `allow-intent` of
`http` and `https`, so pages can continue to open the system browser.
* Provide a simple instruction for `access`, `allow-navigation` and
`allow-intent`.
* Include 1 example for `access` and `allow-navigation`. `allow-intent` was
excluded because it contains an actual usage.
* Added direct link to the `access`, `allow-navigation` and `allow-intent`
documentation anchor point.
**Other Changes:**
* Shorten the template `description`
* Updated `author` url
* Formatted XML
### Checklist
- [ ] I've updated the documentation if necessary
* The website documentation should list our the old defaults, not just in
example configs, so users can read how to enable certain features. E.g. tel,
geo, sms, etc...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]