Skip to content
Snippets Groups Projects
Unverified Commit dcdb890e authored by Matthias Urhahn's avatar Matthias Urhahn Committed by GitHub
Browse files

Re-enable certificate pinning. (#3386)

parent 2fa7355d
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<network-security-config> <network-security-config xmlns:tools="http://schemas.android.com/tools">
<domain-config cleartextTrafficPermitted="false"> <domain-config cleartextTrafficPermitted="false">
<domain includeSubdomains="true">coronawarn.app</domain> <domain includeSubdomains="true">coronawarn.app</domain>
<domain includeSubdomains="true">main.px.t-online.de</domain> <domain includeSubdomains="true">main.px.t-online.de</domain>
<!-- FIXME--> <pin-set
<!-- <pin-set--> expiration="2024-02-12"
<!-- expiration="2024-02-12"--> tools:ignore="MissingBackupPin">
<!-- tools:ignore="MissingBackupPin">--> <pin digest="SHA-256">c3jf+L8VIAFQnJJDM6Mfb4MtI1JnhVS8JwZHMwJj28M=</pin>
<!-- <pin digest="SHA-256">c3jf+L8VIAFQnJJDM6Mfb4MtI1JnhVS8JwZHMwJj28M=</pin>--> </pin-set>
<!-- </pin-set>-->
<trust-anchors> <trust-anchors>
<certificates <certificates
overridePins="false" overridePins="false"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment