jsguide: Explain more - what is CSP environments
Open
lang:js
- Dominant language
- HTML
- Stars
- 39.6k
- Forks
- 12.9k
- Avg merge
- 42m
- Merged PRs (30d)
- 15
Description
https://google.github.io/styleguide/jsguide.html#disallowed-features-dynamic-code-evaluation
Do not use eval or the Function(...string) constructor (except for code loaders). These features are potentially dangerous and simply do not work in CSP environments.
- Please explain what is CSP environments
Contributor guide
Assessment
This issue has not been assessed yet.