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 002a78d87d
commit 4dcc89fab0
1 changed files with 1 additions and 1 deletions

View File

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