Преглед изворни кода

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

Rob Winch пре 11 година
родитељ
комит
eeef91498a
1 измењених фајлова са 1 додато и 1 уклоњено
  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();
   }
 }
 ----