summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-04-30 11:22:36 +0300
committerAndrew Dolgov <[email protected]>2020-04-30 11:22:36 +0300
commit0ea7f076f05343637c37d42b2aedf379d6f7e944 (patch)
treec075a9e7247efdab0d304a6a58cfc44d1d8e41b6
parent4851db852a336258035643413bf8877808d1560f (diff)
remove ssl_trust_any / ssl_trust_any_host
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences_network.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences_network.xml b/org.fox.ttrss/src/main/res/xml/preferences_network.xml
index 8d1469d5..d44284e6 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences_network.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences_network.xml
@@ -1,17 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
- <PreferenceCategory android:title="@string/ssl" >
- <org.fox.ttrss.util.LessBrokenSwitchPreference
- android:defaultValue="false"
- android:key="ssl_trust_any"
- android:summary="@string/ssl_trust_any_long"
- android:title="@string/ssl_trust_any" />
- <org.fox.ttrss.util.LessBrokenSwitchPreference
- android:defaultValue="false"
- android:key="ssl_trust_any_host"
- android:summary="@string/ssl_trust_any_host_long"
- android:title="@string/ssl_trust_any_host" />
- </PreferenceCategory>
<PreferenceCategory android:title="@string/http_authentication" >
<EditTextPreference
android:key="http_login"