アプリにこのコードがあります
のres>xml>network_security_config.xml
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config>
<domain includeSubdomains="true">MY_DOMAIN.com</domain>
<pin-set>
<pin digest="SHA-256">MY_PIN</pin>
</pin-set>
</domain-config>
</network-security-config>
MY_PIN
ここに挿入していることがわかりましMY_DOMAIN.com
た: https://report-uri.com/home/pkp_hash
のmanifest>AndoridManifest.xml
...
<application
android:networkSecurityConfig="@xml/network_security_config"
MY_DOMAIN
WebViewをロードします
res>xml>network_security_config.xml
しかし、それは開かれてチェックされていない場合のようです: 変更MY_PIN
しても、まだ機能しており、のページを読み込んでいますMY_DOMAIN