| Index: content/common/sandbox_win.cc
|
| diff --git a/content/common/sandbox_win.cc b/content/common/sandbox_win.cc
|
| index c78a02ad59d7f98ed922b730d2fd87742174b3a7..29fb55713db92c563a4ca2a723682e108769efdf 100644
|
| --- a/content/common/sandbox_win.cc
|
| +++ b/content/common/sandbox_win.cc
|
| @@ -699,7 +699,10 @@ base::Process StartSandboxedProcess(
|
| sandbox::MITIGATION_BOTTOM_UP_ASLR |
|
| sandbox::MITIGATION_DEP |
|
| sandbox::MITIGATION_DEP_NO_ATL_THUNK |
|
| - sandbox::MITIGATION_SEHOP;
|
| + sandbox::MITIGATION_SEHOP |
|
| + sandbox::MITIGATION_NONSYSTEM_FONT_DISABLE |
|
| + sandbox::MITIGATION_IMAGE_LOAD_NO_REMOTE |
|
| + sandbox::MITIGATION_IMAGE_LOAD_NO_LOW_LABEL;
|
|
|
| if (policy->SetProcessMitigations(mitigations) != sandbox::SBOX_ALL_OK)
|
| return base::Process();
|
|
|