You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Piotr Zalewa (JIRA)" <ji...@apache.org> on 2014/06/18 22:46:25 UTC

[jira] [Commented] (CB-6949) CSP in FirefoxOS breaks app.initialize() causing deviceReady not to fire

    [ https://issues.apache.org/jira/browse/CB-6949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14036352#comment-14036352 ] 

Piotr Zalewa commented on CB-6949:
----------------------------------

To enter into the CSP mode an app need to be privileged. That happens when you'd add a plugin which requires it - in example contacts plugin.

We need to change ``cordova-app-hello-world`` so all JS will be placed in a separate JS

> CSP in FirefoxOS breaks app.initialize() causing deviceReady not to fire
> ------------------------------------------------------------------------
>
>                 Key: CB-6949
>                 URL: https://issues.apache.org/jira/browse/CB-6949
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: FirefoxOS
>            Reporter: John McLear
>            Priority: Critical
>
> To replicate:
> cordova create test
> cordova platform add firefoxos
> Run your application on firefoxos and you will notice deviceReady does not fire.  You will also get a CSP warning.
> The cause is the inline "app.initialize()"
> The fix is to move the app.initialize() to another file and set the script at "defer"ed however I expect this will break a lot of other things.
> FirefoxOS expects CSP for all applications by default and is completely strict about certified applications.



--
This message was sent by Atlassian JIRA
(v6.2#6252)