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 4ae911eb23 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-09 12:19:16 -03:30
..
_locales Fix 9988 - Don't allow more than 15% slippage (#9991) 2020-12-09 12:19:16 -03:30
fonts Add euclid fontface (#9018) 2020-07-27 17:15:44 -05:00
images Add 48x48 icon (#9993) 2020-12-03 13:14:21 -08:00
manifest Revert "Revert "Add SES lockdown to extension webapp (#9729)"" 2020-12-09 12:11:55 -03:30
scripts Initialize network controller provider chainId to the appropriate default networks (#9999) 2020-12-09 12:19:16 -03:30
vendor/trezor
home.html Add SES lockdown and Sentry to all pages (#10013) 2020-12-09 12:19:16 -03:30
loading.html
notification.html Add SES lockdown and Sentry to all pages (#10013) 2020-12-09 12:19:16 -03:30
phishing.html Revert "Revert "Add SES lockdown to extension webapp (#9729)"" 2020-12-09 12:11:55 -03:30
popup.html Revert "Revert "Add SES lockdown to extension webapp (#9729)"" 2020-12-09 12:11:55 -03:30
trezor-usb-permissions.html