Add ability to hide password images
This disables loading of favicon images associated with password entries and hides any images that are already loaded, using the generic icon instead. The key benefit to this option is to prevent passforios revealing that a given device has a password in its store, which could be gleaned from the fact that favicons are being loaded in this manner.
This commit is contained in:
parent
8351c16d75
commit
f98d56753b
4 changed files with 46 additions and 4 deletions
|
|
@ -41,6 +41,8 @@
|
|||
"RememberPgpKeyPassphrase" = "Remember PGP Key Passphrase";
|
||||
"RememberGitCredentialPassphrase" = "Remember Git Credential Passphrase";
|
||||
"ShowFolders" = "Show Folders";
|
||||
"HidePasswordImages" = "Hide Password Images";
|
||||
"HidePasswordImagesExplanation." = "Associated favicon images are loaded and shown based upon the URL associated with an entry. Enable this option to hide these images and prevent them from being loaded.";
|
||||
"HideUnknownFields" = "Hide Unknown Fields";
|
||||
"HideUnknownFieldsExplanation." = "Only \"key: value\" format in additional fields is supported. Unsupported fields will be given \"unknown\" keys. Turn on this switch to hide unsupported fields.";
|
||||
"HideOtpFields" = "Hide OTP Fields";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue