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 b5ae96a commit d84f369Copy full SHA for d84f369
README.md
@@ -111,8 +111,9 @@ Once you've enabled SSL pinning you **CAN NOT** re-enable with a different `host
111
import * as Https from 'nativescript-https'
112
Https.disableSSLPinning()
113
```
114
+All requests after calling this method will no longer utilize SSL pinning until it is re-enabled once again.
115
-## Options
116
+### Options
117
```typescript
118
export interface HttpsSSLPinningOptions {
119
host: string
0 commit comments