allowLoadingUnsignedLibraries
With this flag, the utility process will be launched via the Electron Helper (Plugin).app
helper executable on macOS, which can be codesigned with com.apple.security.cs.disable-library-validation
and com.apple.security.cs.allow-unsigned-executable-memory
entitlements. This will allow the utility process to load unsigned libraries. Unless you specifically need this capability, it is best to leave this disabled. Default is false
.