mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
improve trusted JSON schemas (#296928)
* improve trusted JSON schemas * update
This commit is contained in:
committed by
GitHub
parent
2016e51e10
commit
c173f3e216
@@ -131,10 +131,12 @@
|
||||
"type": "object",
|
||||
"default": {
|
||||
"https://schemastore.azurewebsites.net/": true,
|
||||
"https://raw.githubusercontent.com/": true,
|
||||
"https://raw.githubusercontent.com/microsoft/vscode/": true,
|
||||
"https://raw.githubusercontent.com/devcontainers/spec/": true,
|
||||
"https://www.schemastore.org/": true,
|
||||
"https://json.schemastore.org/": true,
|
||||
"https://json-schema.org/": true
|
||||
"https://json-schema.org/": true,
|
||||
"https://developer.microsoft.com/json-schemas/": true
|
||||
},
|
||||
"additionalProperties": {
|
||||
"type": "boolean"
|
||||
|
||||
Reference in New Issue
Block a user