Browse Source

pprof调试信息泄露漏洞修复

develop
lau572 9 months ago
parent
commit
2a3aca3d04
  1. 2
      ruoyi-framework/src/main/java/com/ruoyi/framework/config/SecurityConfig.java

2
ruoyi-framework/src/main/java/com/ruoyi/framework/config/SecurityConfig.java

@ -133,7 +133,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
.antMatchers("/druid/**").anonymous()
// 添加JavaMelody监控
.antMatchers("/monitoring").anonymous()
// .antMatchers("/monitoring").anonymous()
// 添加统一支付 回调接口
.antMatchers("/payment/wxPay/notify").anonymous()
// 滑块验证码

Loading…
Cancel
Save