漏洞修改

This commit is contained in:
jiang 2025-08-29 17:29:00 +08:00
parent c53ff7bfd9
commit c82cae618c
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
} }
@Bean /*@Bean
SecurityFilterChain filterChain(HttpSecurity http) throws Exception { SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
http http
.headers(headers -> headers .headers(headers -> headers
@ -96,7 +96,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
) )
); );
return http.build(); return http.build();
} }*/
/** /**
* 注入自定义PermissionEvaluator * 注入自定义PermissionEvaluator
*/ */