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 03:52:39 UTC

spec commit: CB-8295 android: Add chromevox to CSP `` so TalkBack works

Repository: cordova-mobile-spec
Updated Branches:
  refs/heads/master c614ad4c8 -> aa9b4ff90


CB-8295 android: Add chromevox to CSP `<meta>` so TalkBack works


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

Branch: refs/heads/master
Commit: aa9b4ff90a575a4d197768beec5930933495875a
Parents: c614ad4
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Mar 5 21:51:33 2015 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Mar 5 21:51:33 2015 -0500

----------------------------------------------------------------------
 www/csp-incl.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/aa9b4ff9/www/csp-incl.js
----------------------------------------------------------------------
diff --git a/www/csp-incl.js b/www/csp-incl.js
index 31feed9..4a484db 100644
--- a/www/csp-incl.js
+++ b/www/csp-incl.js
@@ -49,7 +49,7 @@ if (!window._disableCSP) {
     switch (PLAT) {
         case 'android':
         case 'ios':
-            cspMetaContent = 'default-src \'self\'; connect-src \'self\' http://cordova-filetransfer.jitsu.com;frame-src \'self\' data: gap:; img-src \'self\' data:; style-src \'self\' \'unsafe-inline\'';
+            cspMetaContent = 'default-src \'self\' https://ssl.gstatic.com/accessibility/javascript/android/; connect-src \'self\' http://cordova-filetransfer.jitsu.com;frame-src \'self\' data: gap:; img-src \'self\' data:; style-src \'self\' \'unsafe-inline\'';
             break;
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org