「Android 9以降でHTTPを利用する」の版間の差分

45行目: 45行目:
   <!-- ドメイン毎の設定 -->
   <!-- ドメイン毎の設定 -->
   <domain-config cleartextTrafficPermitted="true">  
   <domain-config cleartextTrafficPermitted="true">  
     <!-- HTTP通信を許可するドメインを列挙しておく -->
     <!-- domainタグでHTTP通信を許可するドメインやIPアドレスを列挙する -->
     <domain includeSubdomains="true">10.0.2.2</domain>
     <domain includeSubdomains="true">yahoo.co.jp</domain>
    <domain includeSubdomains="true">google.co.jp</domain>
    <domain includeSubdomains="true">monobook.org</domain>
   </domain-config>
   </domain-config>