mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Allow trusting user provided SSL/TLS certificates (#608)
## Description Allow for trusting user added certificates ### Related issues Closes #254
This commit is contained in:
parent
a5a7ed97b7
commit
7e5a491d8e
2 changed files with 11 additions and 1 deletions
|
|
@ -32,7 +32,8 @@
|
|||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Wholphin"
|
||||
android:name=".WholphinApplication"
|
||||
android:usesCleartextTraffic="true">
|
||||
android:usesCleartextTraffic="true"
|
||||
android:networkSecurityConfig="@xml/network_security_config">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue