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

[2/5] cordova-app-hello-world git commit: CB-8295 Fix CSP string, which had an invalid : in it

CB-8295 Fix CSP string, which had an invalid : in it


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/commit/a8cbbb55
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/tree/a8cbbb55
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/diff/a8cbbb55

Branch: refs/heads/3.8.x
Commit: a8cbbb554d095b49f99de68004c411c6d7674933
Parents: 0b55140
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Mar 11 21:13:28 2015 -0400
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Mar 12 15:58:09 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/a8cbbb55/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index 87a2bc8..0f091de 100644
--- a/www/index.html
+++ b/www/index.html
@@ -19,7 +19,7 @@
 -->
 <html>
     <head>
-        <meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: 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: gap: 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