datatheorem / TrustKit-Android

Easy SSL pinning validation and reporting for Android.
MIT License
584 stars 87 forks source link

Include only specific domains #39

Closed YogeshwarSharma closed 5 years ago

YogeshwarSharma commented 5 years ago

Hi,

I am using multiple frameworks in my project like Firebase, Azure and other 3rd party servers. So, I just want to include my server API domains for certificate pinning and Firebase, Azure and other 3rd party's API should be excluded.

How we can achieve this in Android N and above as Its throwing exception for 3rd party servers

nabla-c0d3 commented 5 years ago

Hello, You should just make sure the 3rd party servers/domains do not have any pinning configuration to keep the default behavior.

YogeshwarSharma commented 5 years ago

I just want to include specific domains for Trust Kit. How it can be achieved in Android N and above

phuochau commented 4 years ago

I have same problem as well, do we have any solution?