Le 23/08/2013 12:10, Gmail a écrit : > Hi, > > I wrote a app for Firefox OS with help of jQuery mobile, it is a > TinyTinyRSS reader which needs to be a privileged app because it needs > to talk to the users own server to get data from and send data to. > > Everything works great and it was really easy to develop but when I > tried to send it to the marketplace I saw a ton of warnings about that > my code violates the Content Security Policy. I had a look where and the > jQuery and jQuery mobile code is littered with calls like this: > > setTimeout( setLastScroll, 100 );
these calls should not be the problem.
If you have calls like "setTimeout('setLastScroll()', 100)" then it
could be the problem, but using real functions is not forbidden, we do
that all the time in Firefox OS.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
