mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28: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",
|
||||
"itemUrl": "https://marketplace.visualstudio.com/items"
|
||||
},
|
||||
"builtInExtensions": []
|
||||
"builtInExtensions": [],
|
||||
"linkProtectionTrustedDomains": [
|
||||
"https://voideditor.com",
|
||||
"https://voideditor.dev"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue