Skip to content

Commit

Permalink
🎨 Support one-click addition of Microsoft Defender exclusions #13650
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Dec 29, 2024
1 parent a479dd6 commit 245986d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/model/elevator.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

package model

func AddMicrosoftDefenderExclusion() (err error) {}
func AddMicrosoftDefenderExclusion() error { return nil }

func AutoProcessMicrosoftDefender() {}

0 comments on commit 245986d

Please sign in to comment.