Skip to content

Commit e0eeaec

Browse files
committed
Sync documentation of main branch
1 parent 854ce63 commit e0eeaec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_versions/main/guides/_attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:graalvm-flavor: jdk-21
1111
:mandrel-flavor: jdk-21
1212
:surefire-version: 3.5.2
13-
:gradle-version: 8.9
13+
:gradle-version: 8.12
1414
:elasticsearch-version: 8.15.0
1515
:elasticsearch-image: docker.io/elastic/elasticsearch:8.15.0
1616
:opensearch-image: docker.io/opensearchproject/opensearch:2.16.0

_versions/main/guides/http-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ quarkus.http.proxy.trusted-proxies=127.0.0.1 <1>
554554
----
555555
<1> Configure trusted proxy with the IP address `127.0.0.1`. Request headers from any other address are going to be ignored.
556556

557-
Both configurations related to standard and non-standard headers can be combined, although the standard headers configuration will have precedence. However, combining them has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected `X-Forwarded` or `X-Forwarded-*` headers from the client.
557+
Both configurations related to standard and non-standard headers can be combined, although the standard headers configuration will have precedence. However, combining them has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected `Forwarded` or `X-Forwarded-*` headers from the client.
558558

559559
Supported forwarding address headers are:
560560

0 commit comments

Comments
 (0)