1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-21 07:06:39 +02:00
This commit is contained in:
Antelle 2016-03-18 00:58:48 +03:00
parent 3fa3c17291
commit 505682a197

View File

@ -248,7 +248,7 @@ 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\.keeweb\.info/.test(location.href);
!/http(s?):\/\/(app|beta)\.keeweb\.info/.test(location.href);
return !!Launcher || !isSelfHosted;
},