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 7b596ad commit 62f1535Copy full SHA for 62f1535
1 file changed
src/https.android.ts
@@ -89,16 +89,16 @@ export function enableSSLPinning(options: Https.HttpsSSLPinningOptions) {
89
}
90
peer.enabled = true;
91
getClient(true);
92
- console.log('nativescript-https > Enabled SSL pinning');
+ // console.log('nativescript-https > Enabled SSL pinning');
93
94
95
export function disableSSLPinning() {
96
peer.enabled = false;
97
98
- console.log('nativescript-https > Disabled SSL pinning');
+ // console.log('nativescript-https > Disabled SSL pinning');
99
100
101
-console.info('nativescript-https > Disabled SSL pinning by default');
+// console.info('nativescript-https > Disabled SSL pinning by default');
102
103
let Client: okhttp3.OkHttpClient;
104
let cookieJar: com.nativescript.https.QuotePreservingCookieJar;
0 commit comments