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 7349801799
Add SES lockdown and Sentry to all pages (#10013)
When the SES lockdown was added in #9729, the lockdown and the Sentry
initialization were migrated from the main bundle into separate
modules, which were run as separate `<script>` tags. These extra tags
were accidentally omitted for `home.html` and `notification.html`. As
a result Sentry was not initialized on these pages, so any errors
thrown on them would not be collected. They also do not benefit from
the SES lockdown.

The SES lockdown and Sentry initialization modules have been added to
both pages where they were missing.
2020-12-07 18:46:03 -03:30
..
_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 Remove web3 injection (#9156) 2020-12-07 12:09:02 -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