Split markdown security selector into own file

This commit is contained in:
Matt Bierner
2017-04-04 19:32:28 -07:00
parent 183dfbc251
commit 81f06c8605
4 changed files with 122 additions and 97 deletions
@@ -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 = {