We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 442d3fb + 461d6ed commit 1416b06Copy full SHA for 1416b06
docs/modules/ROOT/pages/reactive/exploits/headers.adoc
@@ -448,8 +448,8 @@ fun webFilterChain(http: ServerHttpSecurity): SecurityWebFilterChain {
448
[[webflux-headers-referrer]]
449
== Referrer Policy
450
451
-By default, Spring Security does not add xref:features/exploits/headers.adoc#headers-referrer[Referrer Policy] headers.
452
-You can enable the Referrer Policy header using configuration as shown below:
+Spring Security adds the xref:features/exploits/headers.adoc#headers-referrer[Referrer Policy] header by default with the directive `no-referrer`.
+You can change the Referrer Policy header using configuration as shown below:
453
454
.Referrer Policy Configuration
455
[tabs]
0 commit comments