瀏覽代碼

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

Rob Winch 10 年之前
父節點
當前提交
4dcc89fab0
共有 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();
   }
 }
 ----