whitelist: remove "Framework" - too risky for false-positive match

I expect this was intended to protect .NET Framework items.
That is already covered by the \.NET entry.
pull/138/head
Justin Luth 5 years ago
parent 92e3c35492
commit 445da40eaa

@ -85,7 +85,6 @@ $global:WhiteListedApps = @(
"Microsoft.MSPaint" # Issue 32 This is Paint3D, legacy paint still exists in Windows 10
"Microsoft.WindowsCamera" # Issue 65 New functionality.
"\.NET"
"Framework"
"Microsoft.HEIFImageExtension" # Issue 68
"Microsoft.ScreenSketch" # Issue 55: Looks like Microsoft will be axing snipping tool and using Snip & Sketch going forward
"Microsoft.StorePurchaseApp" # Issue 68

Loading…
Cancel
Save