Skip to content

Commit 8a59acb

Browse files
committed
explicit protocol in configs, otherwise breaks in Electron
when it tries file:// Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent dda73ce commit 8a59acb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
]
1313
},
1414
"piwik": {
15-
"url": "//piwik.riot.im/",
15+
"url": "https://piwik.riot.im/",
1616
"siteId": 1
1717
}
1818
}

electron_app/riot.im/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
]
1515
},
1616
"piwik": {
17-
"url": "//piwik.riot.im/",
17+
"url": "https://piwik.riot.im/",
1818
"siteId": 1
1919
}
2020
}

0 commit comments

Comments
 (0)