melis-wallet / melis-cm-client

MIT License
1 stars 1 forks source link

http uris/links instead of https in repo #7

Closed emanuelb closed 3 years ago

emanuelb commented 3 years ago

There are several http uris in this repo, change them to https, several examples:

https://github.com/melis-wallet/melis-cm-client/blob/3168a4021e6bc588d80861252276c5e734d08cdc/package.json#L14

in README: https://github.com/melis-wallet/melis-cm-client/blob/6ac81bca994f2edfdc6192931d7bebc2535debc9/README.md#L3 https://github.com/melis-wallet/melis-cm-client/blob/6ac81bca994f2edfdc6192931d7bebc2535debc9/README.md#L14 https://github.com/melis-wallet/melis-cm-client/blob/6ac81bca994f2edfdc6192931d7bebc2535debc9/README.md#L45-L49

in config xml files:

https://github.com/melis-wallet/melis-cm-client/blob/3168a4021e6bc588d80861252276c5e734d08cdc/build/cordova/config-testnet-android.xml#L7 https://github.com/melis-wallet/melis-cm-client/blob/3168a4021e6bc588d80861252276c5e734d08cdc/build/cordova/config-regtest-android.xml#L7 https://github.com/melis-wallet/melis-cm-client/blob/3168a4021e6bc588d80861252276c5e734d08cdc/build/cordova/config-production-android.xml#L7 https://github.com/melis-wallet/melis-cm-client/blob/3168a4021e6bc588d80861252276c5e734d08cdc/build/cordova/config-testnet-ios.xml#L7 https://github.com/melis-wallet/melis-cm-client/blob/3168a4021e6bc588d80861252276c5e734d08cdc/build/cordova/config-production-ios.xml#L7 https://github.com/melis-wallet/melis-cm-client/blob/3168a4021e6bc588d80861252276c5e734d08cdc/build/cordova/config-regtest-ios.xml#L7