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 5efce77 commit 168ceedCopy full SHA for 168ceed
app/common/link-util.ts
@@ -7,7 +7,7 @@ import * as ConfigUtil from "./config-util.js";
7
import {html} from "./html.js";
8
9
/* Fetches the current protocolLaunchers from settings.json */
10
-const whitelistedProtocols = ConfigUtil.getConfigItem("whitelistedProtocols",[
+const whitelistedProtocols = ConfigUtil.getConfigItem("whitelistedProtocols", [
11
"http:",
12
"https:",
13
"mailto:",
0 commit comments