init
This commit is contained in:
17
Assets/Plugins/Android/res/xml/network_security_config.xml
Normal file
17
Assets/Plugins/Android/res/xml/network_security_config.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<network-security-config>
|
||||
<!-- For AdColony and Smaato - all cleartext traffic allowed -->
|
||||
<base-config cleartextTrafficPermitted="true">
|
||||
<trust-anchors>
|
||||
<certificates src="system"/>
|
||||
</trust-anchors>
|
||||
</base-config>
|
||||
<!-- End AdColony cleartext requirement -->
|
||||
<domain-config cleartextTrafficPermitted="true">
|
||||
<!-- For Facebook -->
|
||||
<domain includeSubdomains="true">127.0.0.1</domain>
|
||||
|
||||
<!-- For Amazon -->
|
||||
<domain includeSubdomains="true">amazon-adsystem.com</domain>
|
||||
</domain-config>
|
||||
</network-security-config>
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 68ec7156e2b9947ed92da4303fbb56e8
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user