SEC-2674: Documentation refers to httpStrictTransportSecurity() instead of hsts()
This commit is contained in:
@@ -3559,7 +3559,7 @@ public class WebSecurityConfig extends
|
||||
http
|
||||
// ...
|
||||
.headers()
|
||||
.hsts();
|
||||
.httpStrictTransportSecurity();
|
||||
}
|
||||
}
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user