Tweak CSP in app template
Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/b3c26fcd Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/b3c26fcd Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/b3c26fcd Branch: refs/heads/4.0.x Commit: b3c26fcd598da7c84f020f5a6b9309fe638cbb5d Parents: ed27203 Author: Andrew Grieve <agri...@chromium.org> Authored: Fri Mar 6 09:55:49 2015 -0500 Committer: Andrew Grieve <agri...@chromium.org> Committed: Fri Mar 6 09:55:49 2015 -0500 ---------------------------------------------------------------------- bin/templates/project/www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/b3c26fcd/bin/templates/project/www/index.html ---------------------------------------------------------------------- diff --git a/bin/templates/project/www/index.html b/bin/templates/project/www/index.html index af4f11c..714b443 100755 --- a/bin/templates/project/www/index.html +++ b/bin/templates/project/www/index.html @@ -19,7 +19,7 @@ --> <html> <head> - <meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: blob: https://ssl.gstatic.com/accessibility/javascript/android/; style-src 'self' 'unsafe-inline'"> + <meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap:; style-src 'self' 'unsafe-inline'; media-src: *"> <meta name="format-detection" content="telephone=no"> <meta name="msapplication-tap-highlight" content="no"> <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width"> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org