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 04:08:25 UTC

[3/3] cordova-app-hello-world git commit: CB-8295 Add content-security-policy `` to template

CB-8295 Add content-security-policy `<meta>` to template


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

Branch: refs/heads/master
Commit: fc2b29ef4fc0fb01ce0985799b8d1370ca122456
Parents: 96cd752
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Mar 5 22:06:10 2015 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Mar 5 22:08:00 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/fc2b29ef/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index 2e9b253..af4f11c 100644
--- a/www/index.html
+++ b/www/index.html
@@ -19,6 +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 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