mirror of https://github.com/elunez/eladmin
update
parent
986b146c88
commit
ccca30fcd7
|
@ -82,7 +82,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||||
.and()
|
.and()
|
||||||
.headers()
|
.headers()
|
||||||
.frameOptions()
|
.frameOptions()
|
||||||
.sameOrigin()
|
.disable()
|
||||||
|
|
||||||
// 不创建会话
|
// 不创建会话
|
||||||
.and()
|
.and()
|
||||||
|
|
Loading…
Reference in New Issue