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/06 15:55:01 UTC

cordova-app-hello-world git commit: Tweak CSP string

Repository: cordova-app-hello-world
Updated Branches:
  refs/heads/master fc2b29ef4 -> b7811df8b


Tweak CSP string


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/b7811df8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/tree/b7811df8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/diff/b7811df8

Branch: refs/heads/master
Commit: b7811df8b7397dbfe7433bca60e5c538cf1fcb0e
Parents: fc2b29e
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Mar 6 09:53:42 2015 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Mar 6 09:53:42 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/b7811df8/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index af4f11c..87a2bc8 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: 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: 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