diff --git a/keepassxc-browser/_locales/en/messages.json b/keepassxc-browser/_locales/en/messages.json index 681dcdf..f75f009 100644 --- a/keepassxc-browser/_locales/en/messages.json +++ b/keepassxc-browser/_locales/en/messages.json @@ -692,7 +692,7 @@ "description": "Redirect allowance range input text." }, "optionsRedirectAllowanceHelpText": { - "message": "How many redirects are allowed until the banner disappears. Default value is 1. Maximum is infinite.", + "message": "How many redirects are allowed until the banner disappears. Default value is 3. Maximum is infinite.", "description": "Redirect allowance help text." }, "optionsCheckboxAutoFillAndSend": { diff --git a/keepassxc-browser/background/page.js b/keepassxc-browser/background/page.js index 7a76b73..db45d2e 100755 --- a/keepassxc-browser/background/page.js +++ b/keepassxc-browser/background/page.js @@ -18,7 +18,7 @@ const defaultSettings = { defaultGroup: '', defaultGroupAlwaysAsk: false, downloadFaviconAfterSave: false, - redirectAllowance: 1, + redirectAllowance: 3, saveDomainOnly: true, showGettingStartedGuideAlert: true, showTroubleshootingGuideAlert: true,