Add note about csp

This commit is contained in:
Matt Bierner
2018-04-24 15:29:16 -07:00
parent 0f0fdb03b1
commit 52d64963ad

View File

@ -8,7 +8,8 @@ Demonstrates VS Code's [webview API](https://code.visualstudio.com/docs/extensio
- Running scripts in a webview.
- Sending message from an extension to a webview.
- Sending messages from a webview to an extension.
- Webview life cycle and handling dipose.
- Using a basic content security policy.
- Webview lifecycle and handling dispose.
## Running the example