From b47d5bc6c4146efee96202d339f636a413c314cf Mon Sep 17 00:00:00 2001 From: Xyueta Date: Wed, 9 Aug 2023 13:53:53 +0200 Subject: [PATCH] feat: widgets --- src/playbook/Configuration/atlas/appx.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/playbook/Configuration/atlas/appx.yml b/src/playbook/Configuration/atlas/appx.yml index 690f8f7fe9..e2b1b71fb2 100644 --- a/src/playbook/Configuration/atlas/appx.yml +++ b/src/playbook/Configuration/atlas/appx.yml @@ -92,9 +92,11 @@ actions: # https://www.mdsec.co.uk/2021/03/phishing-users-to-take-a-test - !appx: {name: '*Microsoft.Windows.SecureAssessmentBrowser*', type: family} + # Widgets + - !appx: {name: '*MicrosoftWindows.Client.WebExperience*', type: family} + - !appx: {name: '*MicrosoftCorporationII.MicrosoftFamily*', type: family} - !appx: {name: '*MicrosoftCorporationII.QuickAssist*', type: family} - - !appx: {name: '*MicrosoftWindows.Client.WebExperience*', type: family} - !appx: {name: '*Microsoft.Advertising.Xaml*', type: family} - !appx: {name: '*Microsoft.BingNews*', type: family}