Commit 056162d742dbbff5a43eae07624431ca2a463e4a
1 parent
e166cc36
去除测试代码
Showing
1 changed file
with
0 additions
and
1 deletions
src/main/java/com/genersoft/iot/vmp/conf/security/WebSecurityConfig.java
| ... | ... | @@ -85,7 +85,6 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter { |
| 85 | 85 | matchers.add("/js/**"); |
| 86 | 86 | matchers.add("/api/device/query/snap/**"); |
| 87 | 87 | matchers.add("/record_proxy/*/**"); |
| 88 | - matchers.add("/zlm_Proxy/FhTuMYqB2HeCuNOb/record/t/1/2023-03-25/16:35:07-16:35:16-9353.mp4"); | |
| 89 | 88 | matchers.addAll(userSetting.getInterfaceAuthenticationExcludes()); |
| 90 | 89 | // 可以直接访问的静态数据 |
| 91 | 90 | web.ignoring().antMatchers(matchers.toArray(new String[0])); | ... | ... |