BoxThatBeat / BoxThatBeat/obsidian-agile-task-notes
Possibility to switch between http and https protocol
- Dominant language
- TypeScript
- Stars
- 55
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
There could be some cases where the DevOps website is hosted on HTTP instead of HTTPS.
In the code at line 47 of [AzureDevopsClient.ts](https://github.com/BoxThatBeat/obsidian-agile-task-notes/blob/120b184fcf1cef57d62c14809f681df5675df72e/src/Clients/AzureDevopsClient.ts) the url is forced to https.
> `BaseURL = https://${settings.azureDevopsSettings.instance}/${settings.azureDevopsSettings.collection}/${settings.azureDevopsSettings.project};`
It would be nice to be able to choose between the two increasing the accessibility to the plugin for everyone.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.