You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: restrict startup unblock to PowerShell script files
Narrow the Mark-of-the-Web removal to .ps1/.psm1/.psd1: those are the only files the mark actually blocks (dot-sourcing), while other file types (json/xaml/reg/assets) are read through APIs that ignore the mark -- so their zone information is kept intact, and any future non-script payloads keep SmartScreen coverage. Addresses the CodeRabbit least-privilege note.
0 commit comments