Merge pull request #1842 from keepassxreboot/fix/increase_default_redirect_value

Increase default redirect value from 1 to 3
This commit is contained in:
Sami Vänttinen 2023-01-27 13:41:41 +02:00 committed by GitHub
commit 140cf4e949
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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": {

View file

@ -18,7 +18,7 @@ const defaultSettings = {
defaultGroup: '',
defaultGroupAlwaysAsk: false,
downloadFaviconAfterSave: false,
redirectAllowance: 1,
redirectAllowance: 3,
saveDomainOnly: true,
showGettingStartedGuideAlert: true,
showTroubleshootingGuideAlert: true,