-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pinning: Split network security config for gplay and fdroid
- Loading branch information
Florian Renaud
committed
Feb 16, 2022
1 parent
258deba
commit d26e79b
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
vector/src/fdroid/withpinning/res/xml/network_security_config.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<network-security-config> | ||
<!-- Do not allow clearText traffic --> | ||
<base-config cleartextTrafficPermitted="false"> | ||
<trust-anchors> | ||
<!-- Do not allow system and user certificates --> | ||
|
||
<!-- Allow only Tchap intermediate certificate authority --> | ||
<certificates src="@raw/certignaservicesrootca" /> | ||
</trust-anchors> | ||
</base-config> | ||
</network-security-config> |
File renamed without changes.