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

Closes #9420
This commit is contained in:
J. Michael Palermo IV
2014-10-03 16:00:30 -07:00
committed by Tobias Bosch
parent 12ca1e38f9
commit 3f6b380bde

View File

@@ -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: