#21: Add signature validation during installations
This commit is contained in:
@@ -300,6 +300,7 @@ class App extends IPCContainer {
|
||||
this.sendRequest(Constants.IPC_Install_Upgrade, {
|
||||
Sha256: sha256,
|
||||
Signature: signature,
|
||||
SkipVerification: false,
|
||||
Source: data.Destination,
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user