apache / cordova-plugin-inappbrowser

Apache Cordova InAppBrowser Plugin
https://cordova.apache.org/
Apache License 2.0
1.11k stars 2.14k forks source link

chore: use https urls in tests and README #1016

Closed jcesarmobile closed 8 months ago

jcesarmobile commented 8 months ago

new cordova apps don't allow http connections by default, so the examples will not work, also it's recommended to use https, so changed the README examples and tests to use https urls.