We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a11a1 commit 086fe40Copy full SHA for 086fe40
renderer.js
@@ -141,7 +141,7 @@ onload = () => {
141
// reset default
142
if (serverurl.length === 0) { serverurl = DEFAULT_SERVER_URL; }
143
144
- const errors = validate({ serverurl }, { serverurl: {url: true}})
+ const errors = validate({ serverurl }, { serverurl: {url: { allowLocal: true }}});
145
if (!errors) {
146
config.set('serverurl', serverurl);
147
webview.loadURL(serverurl);
0 commit comments