aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-08-01 11:53:00 +0200
committerChristian Schneppe <christian@pix-art.de>2017-08-01 11:53:00 +0200
commitc32590697cea9cc8b7bdd586e5f4791bdec4fef5 (patch)
treee118bc4aad6b4609ffa14f6ad378bfe90a3fd814 /src/main/res/values/strings.xml
parent8cf22e633d4fdff7714b72ff0ff0eea3ea919868 (diff)
made DNSEC hostname validation opt-in
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index d2a894ae2..403902149 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -778,4 +778,6 @@
<string name="pref_headsup_notifications">Heads-up Notifications</string>
<string name="pref_headsup_notifications_summary">Show Heads-up Notifications</string>
<string name="yesterday">Yesterday</string>
+ <string name="pref_validate_hostname">Validate hostname with DNSSEC</string>
+ <string name="pref_validate_hostname_summary">Server certificates that contain the validated hostname are considered verified</string>
</resources>