typable / verbal

A mobile app for listening to radio stations from around the globe
https://verbal.fm
GNU General Public License v3.0
0 stars 0 forks source link

Make the domain for the https upgrade proxy configurable #2

Open typable opened 2 years ago

typable commented 2 years ago

Currently unclear how to configure the domain of the https upgrade proxy. Need to find a way to pass the configuration file to this part of the code without reorganizing the project structure too much.

https://github.com/typable/verbal/blob/6092057c74e4302d739bcd677de15b80741c3b8a/src/utils.rs#L13

typable commented 1 year ago

Method was removed in pull request #4. Needs to be implemented again.

typable commented 1 year ago

A overall solution how to detect upgradable URLs is discussed in #15.