Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 3f6b380

Browse files
palermo4tbosch
authored andcommitted
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
1 parent 12ca1e3 commit 3f6b380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngCsp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @description
99
* Enables [CSP (Content Security Policy)](https://developer.mozilla.org/en/Security/CSP) support.
1010
*
11-
* This is necessary when developing things like Google Chrome Extensions.
11+
* This is necessary when developing things like Google Chrome Extensions or Universal Windows Apps.
1212
*
1313
* CSP forbids apps to use `eval` or `Function(string)` generated functions (among other things).
1414
* For Angular to be CSP compatible there are only two things that we need to do differently:

0 commit comments

Comments
 (0)