We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc2681 commit 055b6d9Copy full SHA for 055b6d9
README.md
@@ -65,8 +65,7 @@ This package implements [public key pinning](https://cheatsheetseries.owasp.org/
65
"@bam.tech/react-native-app-security",
66
{
67
"sslPinning": {
68
- // The hostname you want to pin, without `https://`.
69
- // yahoo.com and *all its subdomains* will be pinned
+ // The hostname you want to pin, without `https://`
70
"yahoo.com": [
71
// The public key hashes for the pinned certificates, without a `sha256/` prefix
72
"TQEtdMbmwFgYUifM4LDF+xgEtd0z69mPGmkp014d6ZY=",
0 commit comments