Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
fix(ui): remove unsafe monkey patching; it's unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Sep 4, 2021
1 parent 8b3185c commit 6d00941
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/public/src/install-ses-lockdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import '@agoric/eventual-send/shim'; // adds support needed by E
// can still access powerful globals, but this start compartment can use `new Compartment(...)`
// to evaluate code with stricter confinement.
lockdown({
__allowUnsafeMonkeyPatching__: true,
errorTaming: 'unsafe',
overrideTaming: 'severe',
});
Expand Down

0 comments on commit 6d00941

Please sign in to comment.