fix(ngCsp): allow CSP to be configurable
There are two different features in Angular that can break CSP rules: use of `eval` to execute a string as JavaScript and dynamic injection of CSS style rules into the DOM. This change allows us to configure which of these features should be turned off to allow a more fine grained set of CSP rules to be supported. Closes #11933 Closes #8459 Closes #12346
P
Peter Bacon Darwin committed
618356e481fcfeac74bfc9086332e25062fd8133
Parent: 1f4aa47