Remove webview svg whitelist

This is no longer required
This commit is contained in:
Matt Bierner
2019-08-15 18:18:42 -07:00
parent 967b43392e
commit 99912f5866
8 changed files with 1 additions and 74 deletions

View File

@@ -90,7 +90,6 @@ export class MainThreadEditorInsets implements MainThreadEditorInsetsShape {
const webview = this._webviewService.createWebview('' + handle, {
enableFindWidget: false,
allowSvgs: false,
extension: { id: extensionId, location: URI.revive(extensionLocation) }
}, {
allowScripts: options.enableScripts,