From a7c43a8eb63c97ee1ac2c5e3675bab1e46ea02d7 Mon Sep 17 00:00:00 2001 From: Asher Date: Mon, 12 Oct 2020 17:08:15 -0500 Subject: [PATCH] Remove CSP tag from VS Code html This matches with the html in the VS Code repo and also fixes a problem with the worker which loads HTML using data: and then can't load any scripts because 'self' doesn't work. --- src/browser/pages/vscode.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/browser/pages/vscode.html b/src/browser/pages/vscode.html index accb07e2..d9305fe9 100644 --- a/src/browser/pages/vscode.html +++ b/src/browser/pages/vscode.html @@ -9,11 +9,6 @@ - -