aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorFabian Henneke <FabianHenneke@users.noreply.github.com>2020-06-09 13:45:23 +0200
committerGitHub <noreply@github.com>2020-06-09 13:45:23 +0200
commit2fa03e3fa0bab743e65a8e5964ed510758b4a908 (patch)
tree918db1bd27527a8539654c868f3c4e0e798f5ded /app/src/main/res/values/strings.xml
parent02b7f5559dd1b2b1cb36cb0b1e8bb137d8815646 (diff)
Allow custom public suffixes for Autofill (#841)
Adds a preference that allows the user to specify domains that are then treated as additional public suffixes for the purposes of Autofill.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index ffd10068..2e37b0eb 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -373,4 +373,7 @@
<string name="preference_default_username_title">Default username</string>
<string name="git_operation_remember_password">Remember password</string>
<string name="git_operation_hint_password">Password</string>
+ <string name="preference_custom_public_suffixes_title">Custom domains</string>
+ <string name="preference_custom_public_suffixes_summary">Autofill will distinguish subdomains of these domains</string>
+ <string name="preference_custom_public_suffixes_hint">company.com\npersonal.com</string>
</resources>