Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use https by default with MB but not for custom servers
This adds a new "global" `https` boolean variable. This variable will be True by default, but if `set_hostname()` gets called it will default to False. This should allow both using musicbrainz.org over HTTPS by default, but anyone that have a script setting a custom server (that may not support HTTPS) will continue to work as well. Fixes alastair#197 Signed-off-by: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
- Loading branch information