mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
14 lines
613 B
HTML
14 lines
613 B
HTML
<!-- Copyright (C) Microsoft Corporation. All rights reserved. -->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src 'self' https: data: blob: vscode-remote-resource:; media-src 'none'; frame-src 'self' https://*.vscode-webview-test.com; object-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src 'self' https:; font-src 'self' https: vscode-remote-resource:;">
|
|
</head>
|
|
<body aria-label="">
|
|
</body>
|
|
|
|
<!-- Startup via workbench.js -->
|
|
<script src="workbench.js"></script>
|
|
</html>
|