[
https://issues.apache.org/jira/browse/CB-9407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14958553#comment-14958553
]
ASF GitHub Bot commented on CB-9407:
------------------------------------
Github user vladimir-kotikov commented on the pull request:
https://github.com/apache/cordova-lib/pull/296#issuecomment-148325630
@zalun, just tried create a new blank app with file-transfer and
geolocation plugins, and it seems to fork for me:
_config.xml_:
```xml
<permission name="systemXHR" privileged="true" />
<permission description="Required for accessing user location."
name="geolocation" />
```
_manifest.webapp_:
```json
"permissions": {
"systemXHR": {},
"geolocation": {
"description": "Required for accessing user location."
}
}
```
Could you please double check, if the issue still exists using latest
`master`?
> Permissions are no longer copied to manifest.webapp
> ---------------------------------------------------
>
> Key: CB-9407
> URL: https://issues.apache.org/jira/browse/CB-9407
> Project: Apache Cordova
> Issue Type: Bug
> Components: FirefoxOS
> Reporter: Piotr Zalewa
> Assignee: Piotr Zalewa
>
> I'm using Cordova 5.1.1 and permissions aren't copied from plugin.xml to the
> manifest.webapp as they did before
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]