apache / cordova-plugin-file-transfer

Apache Cordova File Transfer Plugin
https://cordova.apache.org/
Apache License 2.0
598 stars 885 forks source link

fix(tests): Use https on file urls #372

Closed jcesarmobile closed 1 year ago

jcesarmobile commented 1 year ago

Latest versions of cordova block http connections by default, change tests to use the equivalent https urls when available (there is no https url for techslides, but I don't think manual tests are run anyway).

Alternatively, we should make the test app to allow http connection.