Disable loading schemas from http/s in untrusted workspaces (#265176)

This commit is contained in:
Martin Aeschlimann
2025-09-04 17:56:18 +02:00
committed by GitHub
parent 1e270afce2
commit f52be6a9d7
3 changed files with 15 additions and 3 deletions

View File

@@ -18,5 +18,7 @@
"json.maxItemsExceededInformation.desc": "Show notification when exceeding the maximum number of outline symbols and folding regions.",
"json.enableSchemaDownload.desc": "When enabled, JSON schemas can be fetched from http and https locations.",
"json.command.clearCache": "Clear Schema Cache",
"json.command.sort": "Sort Document"
"json.command.sort": "Sort Document",
"json.workspaceTrust": "The extension requires workspace trust to load schemas from http and https."
}