- Mar 29, 2018
- 7,599
New year. Same simple setup.
Edge flags:
Exploit protection (thanks to @Umbra). These haven't broken anything yet, e.g. extensions crashing.
Edge flags:
Exploit protection (thanks to @Umbra). These haven't broken anything yet, e.g. extensions crashing.
Code:
- for Brave, Edge and Firefox:
Block low integrity images - ON
Block remote images - ON
Block untrusted fonts - ON
Control flow guard (CFG) - ON
Data execution prevention (DEP) - ON + Enable thunk emulation - CHECKED
Disable extension points - ON
Force randomization for images (Mandatory ASLR) - ON + Do not allow stripped images - CHECKED
Randomize memory allocations (Bottom-up ASLR) - ON
Validate exception chains (SEHOP) - ON
Validate handle usage - ON
Validate heap integrity - ON
Validate image dependency integrity - ON
ADD for Edge Chromium only:
Code integrity guard - ON (with or without Also allow images signed by M$ Store CHECKED)
Last edited: