1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-21 07:06:39 +02:00

removed github url from dropbox

This commit is contained in:
Antelle 2016-03-18 20:43:54 +03:00
parent 505682a197
commit 627ec27f92

View File

@ -247,7 +247,6 @@ var DropboxLink = {
canUseBuiltInKeys: function() {
var isSelfHosted = !/^http(s?):\/\/localhost:8085/.test(location.href) &&
!/http(s?):\/\/antelle\.github\.io\/keeweb/.test(location.href) &&
!/http(s?):\/\/(app|beta)\.keeweb\.info/.test(location.href);
return !!Launcher || !isSelfHosted;
},