1
1
mirror of https://github.com/go-gitea/gitea synced 2025-02-08 15:54:43 +00:00
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
..
2024-06-29 22:50:03 +00:00
2024-02-25 13:32:13 +00:00
2024-09-10 02:23:07 +00:00
2024-04-03 02:16:46 +00:00
2024-09-10 02:23:07 +00:00
2024-09-10 02:23:07 +00:00
2024-08-16 20:40:51 +08:00
2023-02-11 08:39:50 +08:00
2023-12-25 20:13:18 +08:00
2024-09-10 02:23:07 +00:00
2024-02-25 13:32:13 +00:00
2022-12-30 23:31:00 +08:00
2023-11-03 15:21:05 +00:00
2024-09-10 02:23:07 +00:00
2024-06-19 06:32:45 +08:00
2024-01-12 21:50:38 +00:00