OpenTTD/.github
Patric Stout 64523709bf
Add: use https:// for content-service connections (#10448)
This requires the use of WinHTTP (for Windows) or libcurl (for all
others except Emscripten). Emscripten does not support http(s)
calls currently.

On Linux it requires ca-certificates to be installed, so the HTTPS
certificate can be validated. It is really likely this is installed
on any modern machine, as most connections these days are HTTPS.

(On MacOS and Windows the certificate store is filled by default)

Reminder: in case the http(s):// connection cannot be established,
OpenTTD falls back to a custom TCP-based connection to fetch the
content from the content-service. Emscripten will always do this.
2023-02-12 12:07:31 +01:00
..
codeql Add: enable CodeQL code scanning 2023-01-14 21:58:18 +01:00
ISSUE_TEMPLATE Change: [GitHub] use an issue form to let people fill in bug report / crashes (#9400) 2021-06-26 13:51:29 +02:00
workflows Add: use https:// for content-service connections (#10448) 2023-02-12 12:07:31 +01:00
changelog.sh Fix: [Actions] changelog assumed major.minor.patch versioning (#9482) 2021-08-15 14:14:13 +02:00
FUNDING.yml Add: [GitHub] sponsor button on github.com (#7700) 2019-08-31 21:20:24 +02:00
PULL_REQUEST_TEMPLATE.md Doc: guidelines on english.txt or translation changes in PRs. (#9505) 2021-08-22 14:27:48 +02:00
unused-strings.py Codechange: validate that all STR_NNN strings are defined and used (#9518) 2021-09-02 22:32:10 +02:00