Skip to content

Instantly share code, notes, and snippets.

@matheuscas
Last active August 16, 2016 17:58
Show Gist options
  • Save matheuscas/60597096fdc0257a4260 to your computer and use it in GitHub Desktop.
Save matheuscas/60597096fdc0257a4260 to your computer and use it in GitHub Desktop.
Cordova Content-Security-Policy for Ionic apps (development mode)
<meta http-equiv="Content-Security-Policy"
content="default-src *;
script-src 'self' 'unsafe-inline' 'unsafe-eval'
localhost:*;
style-src 'self' 'unsafe-inline'
localhost">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment