fix #777: replaced favicon service url

This commit is contained in:
antelle 2017-11-13 22:35:46 +01:00
parent 15b8d8362d
commit 078af21a01
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ const IconSelectView = Backbone.View.extend({
url = 'http://' + url;
}
if (useService) {
return 'https://favicon-antelle.rhcloud.com/' + url.replace(/^.*:\/+/, '').replace(/\/.*/, '');
return 'https://favicon.keeweb.info/' + url.replace(/^.*:\/+/, '').replace(/\/.*/, '');
}
return url;
},