SEC-3120: Remove .and() from httpStrictTransportSecurity() doc
This commit is contained in:
parent
4144de9376
commit
c93d6bc823
|
@ -3553,9 +3553,7 @@ WebSecurityConfigurerAdapter {
|
||||||
http
|
http
|
||||||
// ...
|
// ...
|
||||||
.headers()
|
.headers()
|
||||||
.frameOptions()
|
.frameOptions().sameOrigin()
|
||||||
.sameOrigin()
|
|
||||||
.and()
|
|
||||||
.httpStrictTransportSecurity().disable();
|
.httpStrictTransportSecurity().disable();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue