Skip to content

Commit 1b4d78f

Browse files
fix: restore cordova-plugin-advanced-http android blacklist settings in package.json
1 parent 08658c3 commit 1b4d78f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
"cordova-plugin-iap": {},
4343
"com.foxdebug.acode.rk.customtabs": {},
4444
"cordova-plugin-system": {},
45-
"cordova-plugin-advanced-http": {}
45+
"cordova-plugin-advanced-http": {
46+
"ANDROIDBLACKLISTSECURESOCKETPROTOCOLS": "SSLv3,TLSv1"
47+
}
4648
},
4749
"platforms": [
4850
"android"

0 commit comments

Comments
 (0)