diff options
author | Christian Schneppe <christian@pix-art.de> | 2017-08-01 11:53:00 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2017-08-01 11:53:00 +0200 |
commit | c32590697cea9cc8b7bdd586e5f4791bdec4fef5 (patch) | |
tree | e118bc4aad6b4609ffa14f6ad378bfe90a3fd814 /src/main/res/xml | |
parent | 8cf22e633d4fdff7714b72ff0ff0eea3ea919868 (diff) |
made DNSEC hostname validation opt-in
Diffstat (limited to 'src/main/res/xml')
-rw-r--r-- | src/main/res/xml/preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 60fa80f4a..a3cfc15ed 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -275,6 +275,11 @@ android:key="dont_trust_system_cas" android:summary="@string/pref_dont_trust_system_cas_summary" android:title="@string/pref_dont_trust_system_cas_title" /> + <CheckBoxPreference + android:defaultValue="@bool/validate_hostname" + android:key="validate_hostname" + android:summary="@string/pref_validate_hostname_summary" + android:title="@string/pref_validate_hostname" /> <Preference android:key="remove_trusted_certificates" android:summary="@string/pref_remove_trusted_certificates_summary" |