-
-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4436ec9
commit b7f124f
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
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,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<network-security-config> | ||
<base-config cleartextTrafficPermitted="true"> | ||
Check warning Code scanning / Android Lint Insecure Base Configuration Warning
Insecure Base Configuration
|
||
<trust-anchors> | ||
<certificates src="system" /> | ||
<certificates src="user" /> | ||
Check warning Code scanning / Android Lint Allowing User Certificates Warning
The Network Security Configuration allows the use of user certificates in the release version of your app
|
||
</trust-anchors> | ||
</base-config> | ||
</network-security-config> |