SEC-2674: Documentation refers to httpStrictTransportSecurity() instead of hsts()
This commit is contained in:
parent
002a78d87d
commit
4dcc89fab0
|
@ -3559,7 +3559,7 @@ public class WebSecurityConfig extends
|
|||
http
|
||||
// ...
|
||||
.headers()
|
||||
.hsts();
|
||||
.httpStrictTransportSecurity();
|
||||
}
|
||||
}
|
||||
----
|
||||
|
|
Loading…
Reference in New Issue