Add the new MS Edge in firewall block list
This commit is contained in:
parent
43ab929808
commit
7994039808
1 changed files with 6 additions and 0 deletions
|
@ -119,6 +119,12 @@
|
|||
"name" : "EdgeCP",
|
||||
"path" : "$env:systemroot\\systemapps\\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\\MicrosoftEdgeCP.exe"
|
||||
},
|
||||
{
|
||||
"_comment" : "This rules is for the new edge (Chromium based)",
|
||||
"action": "FwBlockProgram",
|
||||
"name" : "msedge",
|
||||
"path" : "${env:ProgramFiles(x86)}\\Microsoft\\Edge\\Application\\msedge.exe"
|
||||
},
|
||||
{
|
||||
"_comment" : "Same as above, but new versions of this exe is located in system32",
|
||||
"action" : "FwBlockProgram",
|
||||
|
|
Reference in a new issue