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:14:43 UTC

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

Repository: cordova-android
Updated Branches:
  refs/heads/master 5b8738074 -> e1828696f


CB-8295 Update app template with fix to CSP string


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

Branch: refs/heads/master
Commit: e1828696f7b9bc74376d310f26e94e20766edb0b
Parents: 5b87380
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Mar 11 21:14:15 2015 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Mar 11 21:14:39 2015 -0400

----------------------------------------------------------------------
 bin/templates/project/assets/www/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/e1828696/bin/templates/project/assets/www/index.html
----------------------------------------------------------------------
diff --git a/bin/templates/project/assets/www/index.html b/bin/templates/project/assets/www/index.html
index 71a51db..7253d8a 100644
--- a/bin/templates/project/assets/www/index.html
+++ b/bin/templates/project/assets/www/index.html
@@ -19,7 +19,7 @@
 -->
 <html>
     <head>
-        <meta http-equiv="Content-Security-Policy" content="default-src 'self' data: https://ssl.gstatic.com/accessibility/javascript/android/; style-src 'self' 'unsafe-inline'; media-src: *">
+        <meta http-equiv="Content-Security-Policy" content="default-src 'self' data: https://ssl.gstatic.com/accessibility/javascript/android/; 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