fix: prevent node mode to be used as script runner by other apps (#40579)

This commit is contained in:
Cheng Zhao
2023-12-06 11:23:54 +09:00
committed by GitHub
parent 9aa73abe78
commit cb0da6ff34
8 changed files with 301 additions and 88 deletions

View File

@@ -199,6 +199,8 @@ filenames = {
"shell/common/language_util_mac.mm",
"shell/common/mac/main_application_bundle.h",
"shell/common/mac/main_application_bundle.mm",
"shell/common/mac/codesign_util.cc",
"shell/common/mac/codesign_util.h",
"shell/common/node_bindings_mac.cc",
"shell/common/node_bindings_mac.h",
"shell/common/platform_util_mac.mm",