1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app
Mark Stacey 2bcb219501
Deobfuscate error message (#10012)
The SES lockdown added in #9729 had the effect of obfuscating our error
messages. Any messages printed to the console would have the error
message replaced with the string "Error #" followed by a number. The
stack was also updated to point at `lockdown.cjs`, though the original
stack was preserved beneath the top stack frame.

Marking the `console` API as untamed seems to have fixed both issues.
The original error message is now printed to the console, along with
the original stack.
2020-12-08 07:24:31 +08:00
..
_locales Fix 9988 - Don't allow more than 15% slippage (#9991) 2020-12-07 09:12:55 -06:00
fonts
images Add 48x48 icon (#9993) 2020-12-03 13:14:21 -08:00
manifest Version v8.1.6 2020-12-03 22:25:08 -03:30
scripts Deobfuscate error message (#10012) 2020-12-08 07:24:31 +08:00
vendor/trezor
home.html Add SES lockdown and Sentry to all pages (#10013) 2020-12-07 18:46:03 -03:30
loading.html
notification.html Add SES lockdown and Sentry to all pages (#10013) 2020-12-07 18:46:03 -03:30
phishing.html Add SES lockdown to extension webapp (#9729) 2020-11-24 11:26:43 +08:00
popup.html Add SES lockdown to extension webapp (#9729) 2020-11-24 11:26:43 +08:00
trezor-usb-permissions.html