Hi Jeena I heard back from the reviewer that looked at your app. It seems the file at fault wasn't jQuery, but rather "codiqa.ext.js", which injects Google Maps into your app. It also looks like you have removed that file from your repo, so that should take care of the issue.
I've requested that the reviewers include more specific information on which files may violate the CSP going forward. To be clear, the issue was not that you included jQuery in your project, and we apologize for the confusion surrounding the messaging. Thanks for submitting your app! -basta ----- Original Message ----- From: "Gmail" <[email protected]> To: "Matt Basta" <[email protected]> Cc: "Tim Chien" <[email protected]>, [email protected] Sent: Friday, August 23, 2013 4:10:01 PM Subject: Re: [b2g] Lib which works with privileged apps Hi, > Was your app rejected by a reviewer? I missed some context, I think. Yes. > Your app should *not* have been rejected on grounds that you included jQuery > and a CSP warning was produced. If that is the case, I'll talk to the > reviewers and see what's the story. Feel free to forward me any messages you > received and I'll see if I can parse what's happening. ----------------------- Reviewed by Andrew Williamson (1 day, 3 hours ago) Hi, thanks for your submission. We found some issues which need addressing: 1) Your app includes code which will be blocked from executed by the CSP applied to privileged apps. The CSP prevents all inline Javascript such as eval; new Function(); setTimeout and setInterval (with String parameters); inline event handlers; new <script> elements. It also prevents external scripts from being added or used. https://developer.mozilla.org/en-US/docs/Web/Apps/Packaged_apps#Types_of_packaged_apps Once you've made the change please resubmit your app so we can take another look. ----------------------- Here is the source code of this app: https://github.com/jeena/FeedMonkey /Jeena _______________________________________________ dev-webapps mailing list [email protected] https://lists.mozilla.org/listinfo/dev-webapps
