Re: CSP ignored when using remote content

2015-05-23 Thread Pär
work from remote servers, it's not a cordova thing, it's a webview thing El sábado, 23 de mayo de 2015, Pär escribió: > Guuuys! Thanks for your answers and all! But i guess i haven't been clear > enough, i already know it works on file:///, I want it to work when its > nooo

Re: CSP ignored when using remote content

2015-05-23 Thread Pär
use network inspection tools to see the request/response to see > what's happening in your case and understand the failure. > > > > Thanks, > > Nikhil > > > > > > -Original Message- > > From: Pär [mailto:p.majh...@gmail.com] > > Sent: Thursday,

Re: CSP ignored when using remote content

2015-05-21 Thread Pär
> risingj.com > > On Thu, May 21, 2015 at 2:16 PM, Pär wrote: > > > When using a remote content src like http://remoteserver.com/app/index.html";> the CSP rules seems to be > > ignored; > > cross origin requests fail even with a "default-src *" CSP. Is this > > intended behaviour or a bug? > > >

CSP ignored when using remote content

2015-05-21 Thread Pär
When using a remote content src like http://remoteserver.com/app/index.html";> the CSP rules seems to be ignored; cross origin requests fail even with a "default-src *" CSP. Is this intended behaviour or a bug?