Skip to content

Commit

Permalink
SEBMAC-497 Now blocking AnyGPT by default (new preset prohibited proc…
Browse files Browse the repository at this point in the history
…ess).
  • Loading branch information
danschlet committed Mar 23, 2023
1 parent c0ec02f commit d2b2076
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Classes/ConfigFiles/SEBPresetSettings.m
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ + (NSDictionary *)defaultSettings
@"executable" : @"Alfred*",
@"identifier" : @"com.runningwithcrayons.Alfred*",
},
@{
@"executable" : @"AnyGPT",
@"identifier" : @"me.tanmay.AnyGPT",
@"strongKill" : @YES,
@"ignoreInAAC" : @NO,
},
@{
@"description" : @"This stops video conferencing and screen sharing, without having to quit the browser.",
@"executable" : @"Safari/WebKit Networking",
Expand Down

0 comments on commit d2b2076

Please sign in to comment.