mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
parent
5dcc3c93d0
commit
abba71e419
2 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ const defaultSettings = {
|
|||
downloadFaviconAfterSave: false,
|
||||
passkeys: false,
|
||||
passkeysFallback: true,
|
||||
redirectAllowance: 1,
|
||||
redirectAllowance: 3,
|
||||
saveDomainOnly: true,
|
||||
showGettingStartedGuideAlert: true,
|
||||
showGroupNameInAutocomplete: true,
|
||||
|
|
|
|||
|
|
@ -352,8 +352,8 @@
|
|||
|
||||
<!-- Number of allowed redirects -->
|
||||
<div class="form-group w-50 pb-2">
|
||||
<label id="redirectAllowanceLabel" class="font-weight-normal" for="redirectAllowance" data-i18n="optionsRedirectAllowance" data-i18n-placeholder="1"></label>
|
||||
<input type="range" class="form-range" id="redirectAllowance" name="redirectAllowance" min="1" max="11" step="1" value="1">
|
||||
<label id="redirectAllowanceLabel" class="font-weight-normal" for="redirectAllowance" data-i18n="optionsRedirectAllowance" data-i18n-placeholder="3"></label>
|
||||
<input type="range" class="form-range" id="redirectAllowance" name="redirectAllowance" min="1" max="11" step="1" value="3">
|
||||
<div class="form-text help-text" data-i18n="optionsRedirectAllowanceHelpText"></div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue