SEC-2674: Documentation refers to httpStrictTransportSecurity() instead of hsts()

This commit is contained in:
Rob Winch 2014-11-19 13:31:09 -06:00
parent 91bf099b01
commit eeef91498a

View File

@ -3559,7 +3559,7 @@ public class WebSecurityConfig extends
http
// ...
.headers()
.hsts();
.httpStrictTransportSecurity();
}
}
----