server: allow vscode-webview origin (#7273)

This commit is contained in:
Jeffrey Morgan
2024-10-19 17:06:41 -04:00
committed by GitHub
parent c7cb0f0602
commit 48708ca0d5
2 changed files with 5 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ func Origins() (origins []string) {
"app://*",
"file://*",
"tauri://*",
"vscode-webview://*",
)
return origins