File tree 1 file changed +2
-2
lines changed
extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public class ProxyConfig {
35
35
* the precedence.
36
36
* Activating this together with {@code quarkus.http.proxy.allow-x-forwarded} has security implications as clients can forge
37
37
* requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected
38
- * `X- Forwarded` or `X-Forwarded-*` headers from the client.
38
+ * `Forwarded` or `X-Forwarded-*` headers from the client.
39
39
*/
40
40
@ ConfigItem
41
41
public boolean allowForwarded ;
@@ -47,7 +47,7 @@ public class ProxyConfig {
47
47
* precedence.
48
48
* Activating this together with {@code quarkus.http.proxy.allow-forwarded} has security implications as clients can forge
49
49
* requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected
50
- * `X- Forwarded` or `X-Forwarded-*` headers from the client.
50
+ * `Forwarded` or `X-Forwarded-*` headers from the client.
51
51
*/
52
52
@ ConfigItem
53
53
public Optional <Boolean > allowXForwarded ;
You can’t perform that action at this time.
0 commit comments