searxng/utils
Markus Heiser 6cccb46f2b
[fix] replace X-Scheme by X-Forwarded-Proto header (#5107)
The HTTP X-Forwarded-Proto (XFP) request header is a *de-facto* standard header
for identifying the protocol (HTTP or HTTPS) that a client used to connect to a
proxy or load balancer.[1]

The ``X-Scheme`` header was added 10 years ago, why ``X-Scheme`` was used back
then and not ``X-Forwarded-Proto``, nobody knows today / possibly because
``X-Forwarded-Proto`` wasn't a *de-facto* standard back then.

[1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Forwarded-Proto
[2] 6ef7c3276
2025-08-10 13:05:40 +02:00
..
templates/etc [fix] replace X-Scheme by X-Forwarded-Proto header (#5107) 2025-08-10 13:05:40 +02:00
brand.sh [fix] apply shell formating / shfmt (make format.shell) 2025-07-28 12:53:26 +02:00
get_setting.py [mod] get rid of ./utils/brand.env and its workflow 2024-01-09 16:31:19 +01:00
lib.sh [fix] apply shell formating / shfmt (make format.shell) 2025-07-28 12:53:26 +02:00
lib_govm.sh [mod] create a Go project with the developer tools from Go 2025-07-28 12:53:26 +02:00
lib_nvm.sh [fix] apply shell formating / shfmt (make format.shell) 2025-07-28 12:53:26 +02:00
lib_redis.sh [fix] apply shell formating / shfmt (make format.shell) 2025-07-28 12:53:26 +02:00
lib_sxng_container.sh [enh] container: tidy builds (#5086) 2025-08-07 10:46:26 +02:00
lib_sxng_data.sh [fix] apply shell formating / shfmt (make format.shell) 2025-07-28 12:53:26 +02:00
lib_sxng_node.sh [fix] apply shell formating / shfmt (make format.shell) 2025-07-28 12:53:26 +02:00
lib_sxng_static.sh [fix] apply shell formating / shfmt (make format.shell) 2025-07-28 12:53:26 +02:00
lib_sxng_test.sh [fix] apply shell formating / shfmt (make format.shell) 2025-07-28 12:53:26 +02:00
lib_sxng_themes.sh [fix] apply shell formating / shfmt (make format.shell) 2025-07-28 12:53:26 +02:00
lib_sxng_vite.sh [fix] apply shell formating / shfmt (make format.shell) 2025-07-28 12:53:26 +02:00
lib_sxng_weblate.sh [fix] apply shell formating / shfmt (make format.shell) 2025-07-28 12:53:26 +02:00
lib_valkey.sh [fix] apply shell formating / shfmt (make format.shell) 2025-07-28 12:53:26 +02:00
makefile.include [chore] overdue maintenance of shell scripts 2025-07-28 12:53:26 +02:00
searxng.sh [fix] apply shell formating / shfmt (make format.shell) 2025-07-28 12:53:26 +02:00
searxng_check.py [mod] migrate from Redis to Valkey (#4795) 2025-07-09 07:55:37 +02:00