mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
parent
bc0a552a84
commit
766430c743
@ -88,6 +88,11 @@
|
||||
'DataExecutionPrevention': 2, # enable DEP
|
||||
'AllowIsolation': 'true',
|
||||
'SuppressStartupBanner': 'true',
|
||||
'target_conditions': [
|
||||
['_type=="executable"', {
|
||||
'SubSystem': 1, # console executable
|
||||
}],
|
||||
],
|
||||
},
|
||||
},
|
||||
'conditions': [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user