phonegap / connect-phonegap

Stream a PhoneGap app to any device.
Apache License 2.0
61 stars 63 forks source link

CSP needs to load remote sources #186

Closed timkim closed 7 years ago

timkim commented 7 years ago

PhoneGap CLI, node & npm versions

PhoneGap CLI < v0.24.4

Expected Behaviour

App should load images without having to declare sources in a user's csp.

Actual Behaviour

Images do not load because of the CSP.

Steps to Reproduce

phonegap create myProj
// add link to an img to the internet in index.html
phonegap serve
// img when viewed through the dev app is an empty placeholder icon