mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Support one-click addition of Microsoft Defender exclusions https://github.com/siyuan-note/siyuan/issues/13650
This commit is contained in:
parent
885db47814
commit
c9dc44efd1
1 changed files with 1 additions and 0 deletions
|
|
@ -283,6 +283,7 @@ func exportConf(c *gin.Context) {
|
|||
clonedConf.System.Container = ""
|
||||
clonedConf.System.IsMicrosoftStore = false
|
||||
clonedConf.System.IsInsider = false
|
||||
clonedConf.System.MicrosoftDefenderExcluded = false
|
||||
}
|
||||
clonedConf.Sync = nil
|
||||
clonedConf.Stat = nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue