Skip to content

Commit 055b6d9

Browse files
author
Matthieu Gicquel
committed
revert "add comment about subdomains"
This reverts commit ffc2681. The comment was not true for both platforms. A more robust approach to pinning subdomains will be added in another PR
1 parent ffc2681 commit 055b6d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ This package implements [public key pinning](https://cheatsheetseries.owasp.org/
6565
"@bam.tech/react-native-app-security",
6666
{
6767
"sslPinning": {
68-
// The hostname you want to pin, without `https://`.
69-
// yahoo.com and *all its subdomains* will be pinned
68+
// The hostname you want to pin, without `https://`
7069
"yahoo.com": [
7170
// The public key hashes for the pinned certificates, without a `sha256/` prefix
7271
"TQEtdMbmwFgYUifM4LDF+xgEtd0z69mPGmkp014d6ZY=",

0 commit comments

Comments
 (0)