explicit protocol in configs, otherwise breaks in Electron
when it tries file:// Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"piwik": {
|
"piwik": {
|
||||||
"url": "//piwik.riot.im/",
|
"url": "https://piwik.riot.im/",
|
||||||
"siteId": 1
|
"siteId": 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"piwik": {
|
"piwik": {
|
||||||
"url": "//piwik.riot.im/",
|
"url": "https://piwik.riot.im/",
|
||||||
"siteId": 1
|
"siteId": 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user