0x6d69636b / windows_hardening

HardeningKitty and Windows Hardening Settings
MIT License
2.36k stars 315 forks source link

Edge - Prevent bypassing Microsoft Defender SmartScreen prompts for sites #117

Closed VM-Master closed 2 years ago

VM-Master commented 2 years ago

Hi,

first thanks for this awesome tool!

Can you please check list "finding_list_msft_security_baseline_edge_98_machine.csv" about "Prevent bypassing Microsoft Defender SmartScreen prompts for sites"

I set this policy through Edge GPO but the HardeningKitty report does not recognized it. HardeningKitty checks for "HKLM:\Software\Policies\Microsoft\MicrosoftEdge\PhishingFilter,PreventOverride". This seems for be right for the old edge legacy browser not for edge chromium.

correct should be "HKLM:\Software\Policies\Microsoft\Edge\PreventSmartScreenPromptOverride". See here --> https://www.thewindowsclub.com/prevent-users-from-bypassing-smartscreen-warning-in-edge

Thanks in advance

0x6d69636b commented 2 years ago

You're right. Fixed in commit 738f3e3 and 953c18c

VM-Master commented 2 years ago

Thanks for fixing!

VM-Master commented 2 years ago

Solved!