From 9de87de3804e13f178a0851411f1dfd235444c1c Mon Sep 17 00:00:00 2001 From: Gitea Date: Sat, 1 Feb 2020 04:25:08 +0100 Subject: Get rid of ssl-support: bogbook is just not made for it --- gossip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossip.js b/gossip.js index 96b46a5..8fdf55f 100644 --- a/gossip.js +++ b/gossip.js @@ -178,7 +178,7 @@ function sync (feeds, keys) { var pubs localforage.getItem('pubs').then(pubs => { if (!pubs) { - pubs = ['wss://interskri.be/ws', 'wss://interskri.be/bogbook', 'ws://' + location.hostname + ':8080', 'ws://bogbook.com'] + pubs = ['ws://' + location.hostname + ':8080', 'ws://bogbook.com'] localforage.setItem('pubs', pubs) } pubs.forEach(function (pub, index) { -- cgit v1.2.3-70-g09d2