mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
Split markdown security selector into own file
This commit is contained in:
@@ -14,6 +14,10 @@ const localize = nls.loadMessageBundle();
|
||||
|
||||
export interface ContentSecurityPolicyArbiter {
|
||||
isEnhancedSecurityDisableForWorkspace(): boolean;
|
||||
|
||||
addTrustedWorkspace(rootPath: string): Thenable<void>;
|
||||
|
||||
removeTrustedWorkspace(rootPath: string): Thenable<void>;
|
||||
}
|
||||
|
||||
const previewStrings = {
|
||||
|
||||
Reference in New Issue
Block a user