2
0
Эх сурвалжийг харах

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

Rob Winch 10 жил өмнө
parent
commit
4dcc89fab0

+ 1 - 1
docs/manual/src/asciidoc/index.adoc

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