aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/res/values/defaults.xml1
-rw-r--r--src/main/res/values/strings.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml
index e191286a1..5a7a1c057 100644
--- a/src/main/res/values/defaults.xml
+++ b/src/main/res/values/defaults.xml
@@ -46,4 +46,5 @@
<bool name="use_white_background">false</bool>
<bool name="send_crashreport">true</bool>
<bool name="plain_text_logs">false</bool>
+ <bool name="validate_hostname">false</bool>
</resources> \ No newline at end of file
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>