libretro / libretro/RetroArch

[Feature Request] use HTTPS for all internet connections

Open
#17,865 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature request
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.