fix: add support to http scheme. (#3985)

Co-authored-by: fred-bf <157469842+fred-bf@users.noreply.github.com>
This commit is contained in:
Anivie Michaelis
2024-02-07 13:48:28 +08:00
committed by GitHub
parent d74f636558
commit 47ae874e4d

View File

@@ -86,6 +86,7 @@
} }
}, },
"security": { "security": {
"dangerousUseHttpScheme": true,
"csp": null "csp": null
}, },
"updater": { "updater": {