You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2015/03/12 02:16:03 UTC

ios commit: CB-8295 Update app template with fix to CSP string

Repository: cordova-ios
Updated Branches:
  refs/heads/master b3c26fcd5 -> e65937339


CB-8295 Update app template with fix to CSP string


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/e6593733
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/e6593733
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/e6593733

Branch: refs/heads/master
Commit: e65937339eaa45819d486dba8a42157adb8d26e8
Parents: b3c26fc
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Mar 11 21:15:57 2015 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Mar 11 21:15:57 2015 -0400

----------------------------------------------------------------------
 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/e6593733/bin/templates/project/www/index.html
----------------------------------------------------------------------
diff --git a/bin/templates/project/www/index.html b/bin/templates/project/www/index.html
index 714b443..564e097 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:; style-src 'self' 'unsafe-inline'; media-src: *">
+        <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-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org