github.com/google/osv-scalibr@v0.4.1/detector/weakcredentials/codeserver/testdata/auth_disabled.html (about)

     1  <!-- Copyright (C) Microsoft Corporation. All rights reserved. -->
     2  <!DOCTYPE html>
     3  <html>
     4  	<head>
     5  		<script>
     6  			performance.mark('code/didStartRenderer');
     7  		</script>
     8  		<meta charset="utf-8" />
     9  
    10  		<!-- Mobile tweaks -->
    11  		<meta name="mobile-web-app-capable" content="yes" />
    12  		<meta name="apple-mobile-web-app-capable" content="yes" />
    13  		<meta name="apple-mobile-web-app-title" content="Code">
    14  		<link rel="apple-touch-icon" sizes="192x192" href="./_static/src/browser/media/pwa-icon-192.png" />
    15  		<link rel="apple-touch-icon" sizes="512x512" href="./_static/src/browser/media/pwa-icon-512.png" />
    16  
    17  		<!-- Disable pinch zooming -->
    18  		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
    19  
    20  		<!-- Workbench Configuration -->
    21  		<meta id="vscode-workbench-web-configuration" data-settings="{&quot;remoteAuthority&quot;:&quot;remote&quot;,&quot;serverBasePath&quot;:&quot;.&quot;,&quot;webviewEndpoint&quot;:&quot;stable-53722c536197276005f68a7fb174d9ab15afc63b/static/out/vs/workbench/contrib/webview/browser/pre&quot;,&quot;userDataPath&quot;:&quot;/root/.local/share/code-server&quot;,&quot;isEnabledFileDownloads&quot;:true,&quot;isEnabledFileUploads&quot;:true,&quot;isEnabledCoderGettingStarted&quot;:true,&quot;developmentOptions&quot;:{&quot;logLevel&quot;:3},&quot;enableWorkspaceTrust&quot;:true,&quot;productConfiguration&quot;:{&quot;codeServerVersion&quot;:&quot;4.99.0&quot;,&quot;rootEndpoint&quot;:&quot;.&quot;,&quot;updateEndpoint&quot;:&quot;./update/check&quot;,&quot;proxyEndpointTemplate&quot;:&quot;./proxy/{{port}}/&quot;,&quot;serviceWorker&quot;:{&quot;scope&quot;:&quot;./&quot;,&quot;path&quot;:&quot;./_static/out/browser/serviceWorker.js&quot;},&quot;enableTelemetry&quot;:true,&quot;telemetryEndpoint&quot;:&quot;https://v1.telemetry.coder.com/track&quot;,&quot;embedderIdentifier&quot;:&quot;server-distro&quot;,&quot;extensionsGallery&quot;:{&quot;serviceUrl&quot;:&quot;https://open-vsx.org/vscode/gallery&quot;,&quot;itemUrl&quot;:&quot;https://open-vsx.org/vscode/item&quot;,&quot;resourceUrlTemplate&quot;:&quot;https://open-vsx.org/vscode/asset/{publisher}/{name}/{version}/Microsoft.VisualStudio.Code.WebResources/{path}&quot;,&quot;controlUrl&quot;:&quot;&quot;,&quot;recommendationsUrl&quot;:&quot;&quot;}},&quot;callbackRoute&quot;:&quot;stable-53722c536197276005f68a7fb174d9ab15afc63b/callback&quot;}">
    22  
    23  		<!-- Workbench Auth Session -->
    24  		<meta id="vscode-workbench-auth-session" data-settings="">
    25  
    26  		<!-- Workbench Icon/Manifest/CSS -->
    27  		<link rel="icon" href="./_static/src/browser/media/favicon-dark-support.svg" />
    28  		<link rel="alternate icon" href="./_static/src/browser/media/favicon.ico" type="image/x-icon" />
    29  		<link rel="manifest" href="./manifest.json" crossorigin="use-credentials" />
    30  		<link rel="stylesheet" href="stable-53722c536197276005f68a7fb174d9ab15afc63b/static/out/vs/code/browser/workbench/workbench.css">
    31  
    32  	</head>
    33  
    34  	<body aria-label="">
    35  	</body>
    36  
    37  	<!-- Startup (do not modify order of script tags!) -->
    38  	<script>
    39  		const baseUrl = new URL('stable-53722c536197276005f68a7fb174d9ab15afc63b/static', window.location).toString();
    40  		globalThis._VSCODE_FILE_ROOT = baseUrl + '/out/';
    41  	</script>
    42  	<script>
    43  		performance.mark('code/willLoadWorkbenchMain');
    44  	</script>
    45  	<!-- always ensure built in english NLS messages -->
    46  	<script type="module" src="stable-53722c536197276005f68a7fb174d9ab15afc63b/static/out/nls.messages.js"></script>
    47  	<!-- attempt to load NLS messages in case non-english -->
    48  	<script type="module" src=""></script>
    49  	<script type="module" src="stable-53722c536197276005f68a7fb174d9ab15afc63b/static/out/vs/code/browser/workbench/workbench.js"></script>
    50  </html>