server: allow vscode-file origins (#9313)

This commit is contained in:
Eries Trisnadi
2025-02-28 01:39:43 +07:00
committed by GitHub
parent d6af13efed
commit dc13813a03
2 changed files with 5 additions and 0 deletions

View File

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