Increase default redirect value from 1 to 3

This commit is contained in:
varjolintu 2023-01-27 08:42:32 +02:00
parent 06b968d60b
commit 6125a60685
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,