mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #1842 from keepassxreboot/fix/increase_default_redirect_value
Increase default redirect value from 1 to 3
This commit is contained in:
commit
140cf4e949
2 changed files with 2 additions and 2 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ const defaultSettings = {
|
|||
defaultGroup: '',
|
||||
defaultGroupAlwaysAsk: false,
|
||||
downloadFaviconAfterSave: false,
|
||||
redirectAllowance: 1,
|
||||
redirectAllowance: 3,
|
||||
saveDomainOnly: true,
|
||||
showGettingStartedGuideAlert: true,
|
||||
showTroubleshootingGuideAlert: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue