Files
vscode/build
Matt Bierner 69fd57e4dc Add CSP To Root Document (#28670)
* Add CSP To Root Document

Adds a content security policy to the root vscode document. This limits what can be loaded. Important changes:

* Connect-src is limited to `self` or `https:`
* script-src is limited to `self`
* object and child-src are limited to `self`
* Media allows `self` `http` `https` and `data`

* Add preload to gulp

* Default to none

* Don't use let in preload
2017-06-15 13:04:08 -07:00
..
2017-06-15 16:46:24 +02:00
2017-05-16 08:56:21 +02:00
2017-05-17 09:43:42 +02:00
2017-05-18 11:33:08 +02:00
2017-06-15 08:49:15 +02:00
2017-05-22 09:46:40 +02:00
2017-05-16 08:56:21 +02:00
2017-05-16 08:56:21 +02:00