[Feature Request] use HTTPS for all internet connections
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 14.1k
- Forks
- 2.2k
- Avg merge
- 7h 35m
- Merged PRs (30d)
- 51
Description
use HTTPS for all internet connections
right now the default connections for buildbot assests URL, buildbot cores URL, and libretro thumbnails URL use HTTP instead of HTTPS
it's only possible to change the 2 buildbot URLs (not the thumbnails URL) in retroarch.cfg
core_updater_buildbot_assets_url = "https://buildbot.libretro.com/assets/"
core_updater_buildbot_cores_url = "https://buildbot.libretro.com/nightly/apple/osx/x86_64/latest/"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the C source and configuration handling for the buildbot assets URL, buildbot cores URL, and libretro thumbnails URL named in the issue. Check how each default is assembled and whether the thumbnails URL can be configured. Done means all default internet connections use HTTPS while the two existing configuration overrides continue to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- networking, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100