Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A6209102AE for ; Tue, 13 Jan 2015 21:56:46 +0000 (UTC) Received: (qmail 28321 invoked by uid 500); 13 Jan 2015 21:56:47 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 28173 invoked by uid 500); 13 Jan 2015 21:56:47 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 28141 invoked by uid 500); 13 Jan 2015 21:56:47 -0000 Delivered-To: apmail-incubator-callback-dev@incubator.apache.org Received: (qmail 28138 invoked by uid 99); 13 Jan 2015 21:56:47 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2015 21:56:47 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EF9C3A10772; Tue, 13 Jan 2015 21:56:46 +0000 (UTC) From: jpchase To: callback-dev@incubator.apache.org Reply-To: callback-dev@incubator.apache.org Message-ID: Subject: [GitHub] cordova-mobile-spec pull request: CB-8295 Enable CSP for mobile sp... Content-Type: text/plain Date: Tue, 13 Jan 2015 21:56:46 +0000 (UTC) GitHub user jpchase opened a pull request: https://github.com/apache/cordova-mobile-spec/pull/115 CB-8295 Enable CSP for mobile spec - Uses a javascript include file to document.write a CSP tag on page - Minor changes to test pages where need to comply with CSP (e.g. remove inline event handler) - Changed to Bridge auto tests to remove nested specs, which was causing an error on Android - Some test pages excluded from CSP (e.g. those with heavy use of inline javascript) You can merge this pull request into a Git repository by running: $ git pull https://github.com/jpchase/cordova-mobile-spec CB-8295 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-mobile-spec/pull/115.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #115 ---- commit 008fa545d97479080aa577407bb18c0503753379 Author: Jason Chase Date: 2015-01-13T21:51:18Z CB-8295 Enable CSP for mobile spec - Uses a javascript include file to document.write a CSP tag on page - Minor changes to test pages where need to comply with CSP (e.g. remove inline event handler) - Changed to Bridge auto tests to remove nested specs, which was causing an error on Android - Some test pages excluded from CSP (e.g. those with heavy use of inline javascript) ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org