支持关闭返回Date Header,进而实现关闭对摄像头的校时功能

Fixes #1700
This commit is contained in:
Jerry Yan
2025-06-12 16:05:06 +08:00
parent ebcbc486b3
commit 1b35fbd0e0
3 changed files with 24 additions and 13 deletions

View File

@@ -204,6 +204,9 @@ public class UserSetting {
*/
private boolean sipCacheServerConnections = true;
/**
* 禁用date头变相禁用了校时
*/
private boolean disableDateHeader = false;
}