mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-04-24 00:00:03 +08:00
Merge branch 'feat/#420-implement-blacklist-to-disable-TLS-protocols-on-Android' of https://github.com/silkimen/cordova-plugin-advanced-http into feat/#420-implement-blacklist-to-disable-TLS-protocols-on-Android
This commit is contained in:
+1
-5
@@ -105,11 +105,7 @@ const helpers = {
|
||||
return buffer;
|
||||
},
|
||||
isTlsBlacklistSupported: function () {
|
||||
if (window.cordova && window.cordova.platformId === 'android') {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
return window.cordova && window.cordova.platformId === 'android';
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user