From b4048fbe80dba8e7756ae557a15ab60b4f80a44b Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期二, 04 四月 2023 09:09:07 +0800
Subject: [PATCH] 合并开源主线

---
 src/main/java/com/genersoft/iot/vmp/conf/security/WebSecurityConfig.java |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/genersoft/iot/vmp/conf/security/WebSecurityConfig.java b/src/main/java/com/genersoft/iot/vmp/conf/security/WebSecurityConfig.java
index 0f75984..a905e44 100644
--- a/src/main/java/com/genersoft/iot/vmp/conf/security/WebSecurityConfig.java
+++ b/src/main/java/com/genersoft/iot/vmp/conf/security/WebSecurityConfig.java
@@ -85,7 +85,6 @@
         matchers.add("/js/**");
         matchers.add("/api/device/query/snap/**");
         matchers.add("/record_proxy/*/**");
-        matchers.add("/zlm_Proxy/FhTuMYqB2HeCuNOb/record/t/1/2023-03-25/16:35:07-16:35:16-9353.mp4");
         matchers.addAll(userSetting.getInterfaceAuthenticationExcludes());
         // 鍙互鐩存帴璁块棶鐨勯潤鎬佹暟鎹�
         web.ignoring().antMatchers(matchers.toArray(new String[0]));

--
Gitblit v1.8.0