From c6cfeaf89f70d5f7c385014c15b11a5e19b0eb1b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 14 Dec 2016 13:46:07 -0800 Subject: [PATCH] [KeepassX] AlwaysAllow access for passwords --- dotfiles/config/keepassxc/keepassxc.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/config/keepassxc/keepassxc.ini b/dotfiles/config/keepassxc/keepassxc.ini index adf83f51..a78cc41b 100644 --- a/dotfiles/config/keepassxc/keepassxc.ini +++ b/dotfiles/config/keepassxc/keepassxc.ini @@ -26,12 +26,12 @@ ShowTrayIcon=true SplitterState=@Invalid() [Http] -AlwaysAllowAccess=false +AlwaysAllowAccess=true AlwaysAllowUpdate=false BestMatchOnly=false Enabled=true Host=localhost -MatchUrlScheme=true +MatchUrlScheme=false Port=19455 SearchInAllDatabases=false ShowNotification=true