mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-05 10:12:36 +00:00
SEC-2674: Documentation refers to httpStrictTransportSecurity() instead of hsts()
This commit is contained in:
parent
91bf099b01
commit
eeef91498a
@ -3559,7 +3559,7 @@ public class WebSecurityConfig extends
|
|||||||
http
|
http
|
||||||
// ...
|
// ...
|
||||||
.headers()
|
.headers()
|
||||||
.hsts();
|
.httpStrictTransportSecurity();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
Loading…
x
Reference in New Issue
Block a user