File tree 2 files changed +19
-1
lines changed 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 67
67
android : allowBackup =" true"
68
68
android : icon =" @mipmap/ic_launcher"
69
69
android : label =" @string/app_name"
70
- android : theme =" @style/AppTheme" >
70
+ android : theme =" @style/AppTheme"
71
+ android : networkSecurityConfig =" @xml/network_security_config" >
71
72
<activity
72
73
android : name =" .MainActivity"
73
74
android : exported =" true"
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <network-security-config >
3
+ <base-config >
4
+ <trust-anchors >
5
+ <certificates src =" system" />
6
+ <certificates src =" user" />
7
+ </trust-anchors >
8
+ </base-config >
9
+ <domain-config >
10
+ <domain includeSubdomains =" true" >zulipchat.com</domain >
11
+ <trust-anchors ><certificates src =" system" /></trust-anchors >
12
+ </domain-config >
13
+ <domain-config >
14
+ <domain includeSubdomains =" true" >zulip.org</domain >
15
+ <trust-anchors ><certificates src =" system" /></trust-anchors >
16
+ </domain-config >
17
+ </network-security-config >
You can’t perform that action at this time.
0 commit comments