mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
add trusted domain
This commit is contained in:
parent
f75b4f34d8
commit
04e8a204a3
1 changed files with 5 additions and 1 deletions
|
|
@ -35,5 +35,9 @@
|
||||||
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
||||||
"itemUrl": "https://marketplace.visualstudio.com/items"
|
"itemUrl": "https://marketplace.visualstudio.com/items"
|
||||||
},
|
},
|
||||||
"builtInExtensions": []
|
"builtInExtensions": [],
|
||||||
|
"linkProtectionTrustedDomains": [
|
||||||
|
"https://voideditor.com",
|
||||||
|
"https://voideditor.dev"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue