1
0
mirror of synced 2026-08-05 09:47:05 +00:00

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 -1
View File
@@ -3559,7 +3559,7 @@ public class WebSecurityConfig extends
http
// ...
.headers()
.hsts();
.httpStrictTransportSecurity();
}
}
----