From 57c1f4cc3841ba9c6be89c01b022ca70eeedc776 Mon Sep 17 00:00:00 2001 From: "Mark S. Miller" Date: Mon, 15 Mar 2021 06:54:20 -0700 Subject: [PATCH] fix: let errorTaming default to safe (#2304) --- packages/install-ses/install-ses.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/install-ses/install-ses.js b/packages/install-ses/install-ses.js index 23928b8d057..9077ea3ddd7 100644 --- a/packages/install-ses/install-ses.js +++ b/packages/install-ses/install-ses.js @@ -4,7 +4,7 @@ import 'ses'; // Install our HandledPromise global. import '@agoric/eventual-send/shim'; -lockdown({ errorTaming: 'unsafe' }); +lockdown(); // We are now in the "Start Compartment". Our global has all the same // powerful things it had before, but the primordials have changed to make // them safe to use in the arguments of API calls we make into more limited