mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-31 12:24:26 -04:00
Do not enable KeePassHTTP by default
This commit is contained in:
parent
1edc116532
commit
c6e89f938d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue