On Tuesday, September 17, 2013 5:34:14 PM UTC+2, jose llopis wrote: > im working on an app that uses socket.io and i was ableĀ in the 1.0 versions > to run it flawlessly butĀ on 1.1 im not able to load my remote socket.io js > anyone knows why? > > > my importing line is : > > <script type="text/javascript" > src="http://192.168.1.72:8000/socket.io/lib/socket.io.js"></script>
I think I read somewhere that we don't enforce CSP on 1.0. Socket.io is probably violating the CSP. A message should be shown in the console with the error. With that we can be of more help. _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
