1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-18 06:33:44 -04:00
gitea/.github/workflows
wxiaoguang 3b10fd9b34
Only use Host header from reverse proxy (#32060)
X-Forwarded-Host has many problems: non-standard, not well-defined
(X-Forwarded-Port or not), conflicts with Host header, it already caused
problems like #31907. So do not use X-Forwarded-Host, just use Host
header directly.

Official document also only uses `Host` header and never mentioned
others.
2024-09-20 14:57:55 +00:00
..
cron-licenses.yml
cron-translations.yml
files-changed.yml Remove docs sub folder since docs has been moved to https://gitea.com/gitea/docs (#31536) 2024-07-10 01:46:08 +00:00
pull-compliance.yml Remove docs sub folder since docs has been moved to https://gitea.com/gitea/docs (#31536) 2024-07-10 01:46:08 +00:00
pull-db-tests.yml Only use Host header from reverse proxy (#32060) 2024-09-20 14:57:55 +00:00
pull-docker-dryrun.yml
pull-e2e-tests.yml Enable npm cache on setup-node action (#30577) 2024-04-19 03:29:08 +00:00
pull-labeler.yml
release-nightly.yml align s3 files with docker naming (#31050) 2024-05-22 23:34:52 +00:00
release-tag-rc.yml Enable npm cache on setup-node action (#30577) 2024-04-19 03:29:08 +00:00
release-tag-version.yml Enable npm cache on setup-node action (#30577) 2024-04-19 03:29:08 +00:00