mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-06 14:24:04 -05:00
Rework wording of insecure content message
This commit is contained in:
@@ -95,7 +95,7 @@ export class PreviewSecuritySelector {
|
||||
level: MarkdownPreviewSecurityLevel.AllowInsecureContent,
|
||||
label: localize(
|
||||
'preview.showPreviewSecuritySelector.insecureContentTitle',
|
||||
'Allow loading inscure content such as images over http.'),
|
||||
'Allow loading content over http.'),
|
||||
description: '',
|
||||
detail: currentSecurityLevel === MarkdownPreviewSecurityLevel.AllowInsecureContent
|
||||
? localize('preview.showPreviewSecuritySelector.currentSelection', 'Current setting')
|
||||
|
||||
Reference in New Issue
Block a user