mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-11 14:04:49 -05:00
Don't mark vscode-resource as standard
Fixes #99245 This scheme (specifically the old style uris of the scheme) do not conform to the requirements of a standard uri
This commit is contained in:
@@ -89,7 +89,6 @@ protocol.registerSchemesAsPrivileged([
|
||||
scheme: 'vscode-resource',
|
||||
privileges: {
|
||||
secure: true,
|
||||
standard: true,
|
||||
supportFetchAPI: true,
|
||||
corsEnabled: true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user