From ecf288977d3707bd4943bf23442cdf53904c9dd3 Mon Sep 17 00:00:00 2001 From: "J. Michael Palermo IV" Date: Fri, 3 Oct 2014 16:00:30 -0700 Subject: [PATCH 1/2] docs(ngCsp): Universal Windows Apps added It is necessary for this directive to be enabled when developing Universal Windows Apps written in JavaScript using Angular --- src/ng/directive/ngCsp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/ngCsp.js b/src/ng/directive/ngCsp.js index eb60983e0807..2b091fee5dc8 100644 --- a/src/ng/directive/ngCsp.js +++ b/src/ng/directive/ngCsp.js @@ -8,7 +8,7 @@ * @description * Enables [CSP (Content Security Policy)](https://developer.mozilla.org/en/Security/CSP) support. * - * This is necessary when developing things like Google Chrome Extensions. + * This is necessary when developing things like Google Chrome Extensions or Universal Windows Apps * * CSP forbids apps to use `eval` or `Function(string)` generated functions (among other things). * For Angular to be CSP compatible there are only two things that we need to do differently: From 07bd5b9a66a8863a3bfa0167b4c47ac6273c6a19 Mon Sep 17 00:00:00 2001 From: "J. Michael Palermo IV" Date: Fri, 3 Oct 2014 17:10:54 -0700 Subject: [PATCH 2/2] Added period to end of sentence --- src/ng/directive/ngCsp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/ngCsp.js b/src/ng/directive/ngCsp.js index 2b091fee5dc8..974d2e9305fb 100644 --- a/src/ng/directive/ngCsp.js +++ b/src/ng/directive/ngCsp.js @@ -8,7 +8,7 @@ * @description * Enables [CSP (Content Security Policy)](https://developer.mozilla.org/en/Security/CSP) support. * - * This is necessary when developing things like Google Chrome Extensions or Universal Windows Apps + * This is necessary when developing things like Google Chrome Extensions or Universal Windows Apps. * * CSP forbids apps to use `eval` or `Function(string)` generated functions (among other things). * For Angular to be CSP compatible there are only two things that we need to do differently: