bamlab / react-native-app-security

Easily implement usual security measures in React Native Expo apps. Made by BAM ❤️💙💛
66 stars 2 forks source link

Support wildcard subdomains pinning #10

Closed matthieugicquel closed 3 months ago

matthieugicquel commented 3 months ago

*.domain.com will now pin domain.com and all its subdomains to the provided certificates.

This is sort of a breaking change if there were people relying on the undocumented (and divergent between platforms) behavior where on iOS domain.com would pin the subdomains too (on Android it would not)

closes #9