SEC-3120: Remove .and() from httpStrictTransportSecurity() doc

This commit is contained in:
Rob Winch 2015-10-30 09:11:47 -05:00
parent 4144de9376
commit c93d6bc823

View File

@ -3553,9 +3553,7 @@ WebSecurityConfigurerAdapter {
http
// ...
.headers()
.frameOptions()
.sameOrigin()
.and()
.frameOptions().sameOrigin()
.httpStrictTransportSecurity().disable();
}
}