1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/development/build
Mark Stacey d13aabde23
Fix SES lockdown on older browsers (#10014)
On older browsers that don't support `globalThis`[1], the SES lockdown
throws an error. The `globalthis` shim has been added to all pages, to
the background process, and to the `contentscript`. This should prevent
the error on older browsers.

[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis#Browser_compatibility
2020-12-08 15:08:31 -03:30
..
display.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
etc.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
index.js Add SES lockdown to extension webapp (#9729) 2020-11-24 11:26:43 +08:00
manifest.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
scripts.js Remove redundant babelify (#9945) 2020-12-03 00:53:02 -03:30
static.js Fix SES lockdown on older browsers (#10014) 2020-12-08 15:08:31 -03:30
styles.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
task.js Add SES lockdown to extension webapp (#9729) 2020-11-24 11:26:43 +08:00