Skip to content

Commit 64f9fc5

Browse files
authored
Update XploitProtection.xml
1 parent 4b9de20 commit 64f9fc5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

XploitProtection.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,23 @@
609609
<ChildProcess DisallowChildProcessCreation="false"/>
610610
<UserShadowStack UserShadowStack="true" UserShadowStackStrictMode="false" AuditUserShadowStack="false"/>
611611
</AppConfig>
612+
<AppConfig Executable="DragonFruit.OnionFruit.Windows.exe">
613+
<DEP Enable="true" EmulateAtlThunks="false" />
614+
<ASLR ForceRelocateImages="true" RequireInfo="false" BottomUp="true" HighEntropy="false" />
615+
<StrictHandle Enable="true" />
616+
<SystemCalls DisableWin32kSystemCalls="false" />
617+
<ExtensionPoints DisableExtensionPoints="true" />
618+
<DynamicCode BlockDynamicCode="false" AllowThreadsToOptOut="false" />
619+
<ControlFlowGuard Enable="true" SuppressExports="false" />
620+
<SignedBinaries MicrosoftSignedOnly="false" AllowStoreSignedBinaries="false" EnforceModuleDependencySigning="true" />
621+
<Fonts DisableNonSystemFonts="true" AuditOnly="false" Audit="false" />
622+
<ImageLoad BlockRemoteImageLoads="true" AuditRemoteImageLoads="false" BlockLowLabelImageLoads="true" AuditLowLabelImageLoads="false" />
623+
<Payload EnableExportAddressFilter="true" AuditEnableExportAddressFilter="false" EnableExportAddressFilterPlus="true" AuditEnableExportAddressFilterPlus="false" EnableImportAddressFilter="true" AuditEnableImportAddressFilter="false" EnableRopStackPivot="true" AuditEnableRopStackPivot="false" EnableRopCallerCheck="true" AuditEnableRopCallerCheck="false" EnableRopSimExec="true" AuditEnableRopSimExec="false" />
624+
<SEHOP Enable="true" TelemetryOnly="false" />
625+
<Heap TerminateOnError="true" />
626+
<ChildProcess DisallowChildProcessCreation="false" />
627+
<UserShadowStack UserShadowStack="true" UserShadowStackStrictMode="false" AuditUserShadowStack="false" />
628+
</AppConfig>
612629
<AppConfig Executable="DuckDuckGo.exe">
613630
<DEP Enable="true" EmulateAtlThunks="false"/>
614631
<ASLR ForceRelocateImages="true" RequireInfo="true" BottomUp="true" HighEntropy="true"/>

0 commit comments

Comments
 (0)