Get rid of ssl-support: bogbook is just not made for it

master
Gitea 4 years ago
parent 3248ead787
commit 9de87de380

@ -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) {

Loading…
Cancel
Save