mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Do not enable KeePassHTTP by default
This commit is contained in:
parent
1edc116532
commit
c6e89f938d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user