Skip to content

Commit 06de705

Browse files
committed
Update exploit-protection-reference.md
1 parent ab44bd8 commit 06de705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defender-endpoint/exploit-protection-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ This mitigation blocks image loads if the image has an Access Control Entry (ACE
224224

225225
### Compatibility considerations
226226

227-
Block low integrity images prevent the application from loading files that were downloaded from the internet. If your application workflow requires loading images that are downloaded, you'll want to ensure that they're downloaded from a higher-trust process, or are explicitly relabeled in order to apply this mitigation.
227+
Block low integrity images prevent the application from loading files that were downloaded from the internet. If your application workflow requires loading images that are downloaded, you want to ensure that they're downloaded from a higher-trust process, or are explicitly relabeled in order to apply this mitigation.
228228

229229
### Configuration options
230230

@@ -274,7 +274,7 @@ This mitigation is implemented within the memory manager, which blocks the binar
274274

275275
### Compatibility considerations
276276

277-
This mitigation specifically blocks any binary that isn't signed by Microsoft. As such, it is incompatible with most third-party software, unless that software is distributed by (and digitally signed by) the Microsoft Store, and the option to allow loading of images signed by the Microsoft Store is selected.
277+
This mitigation specifically blocks any binary that isn't signed by Microsoft. As such, it's incompatible with most non-Microsoft software, unless that software is distributed by (and digitally signed by) the Microsoft Store, and the option to allow loading of images signed by the Microsoft Store is selected.
278278

279279
### Configuration options
280280

0 commit comments

Comments
 (0)