Do not enable KeePassHTTP by default

This commit is contained in:
Janek Bevendorff 2017-01-24 03:19:27 +01:00
parent 1edc116532
commit c6e89f938d
No known key found for this signature in database
GPG Key ID: CFEC2F6850BFFA53

View File

@ -18,7 +18,7 @@ PasswordGenerator HttpSettings::m_generator;
bool HttpSettings::isEnabled()
{
return config()->get("Http/Enabled", true).toBool();
return config()->get("Http/Enabled", false).toBool();
}
void HttpSettings::setEnabled(bool enabled)