From 903a947e3a7cf232a4c289ddf831346de2c34d02 Mon Sep 17 00:00:00 2001 From: Loredana Date: Mon, 29 Oct 2018 11:02:53 +0100 Subject: [PATCH] Use https for Pipeline plugin --- src/app/plugin/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/plugin/plugins.js b/src/app/plugin/plugins.js index 700b6db96a..2768c4e279 100644 --- a/src/app/plugin/plugins.js +++ b/src/app/plugin/plugins.js @@ -26,7 +26,7 @@ module.exports = { title: 'Slither/Mythril' }, 'pipeline': { - url: 'http://pipeline.pipeos.one', + url: 'https://pipeline.pipeos.one', title: 'Pipeline' } /*