Explorar o código

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

Rob Winch %!s(int64=10) %!d(string=hai) anos
pai
achega
4dcc89fab0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/manual/src/asciidoc/index.adoc

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

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