mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-22 14:55:55 +01:00
18 lines
536 B
HTML
18 lines
536 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:; media-src 'none'; child-src 'self'; object-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https:; font-src 'self' https:;">
|
|
<style>body{display: none}</style>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
|
|
<!-- Startup via issueReporter.js -->
|
|
<script src="issueReporter.js"></script>
|
|
|
|
</html>
|