Skip to content

Commit d84f369

Browse files
authored
Update README.md
1 parent b5ae96a commit d84f369

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ Once you've enabled SSL pinning you **CAN NOT** re-enable with a different `host
111111
import * as Https from 'nativescript-https'
112112
Https.disableSSLPinning()
113113
```
114+
All requests after calling this method will no longer utilize SSL pinning until it is re-enabled once again.
114115

115-
## Options
116+
### Options
116117
```typescript
117118
export interface HttpsSSLPinningOptions {
118119
host: string

0 commit comments

Comments
 (0)