Skip to content

Commit

Permalink
Merge pull request #39 from MetaMask/AddXmlHttpRequest
Browse files Browse the repository at this point in the history
Add XmlHttpRequest to plugin endowments
  • Loading branch information
danfinlay authored Oct 1, 2019
2 parents 48de6a7 + a1e25ef commit e149a8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/scripts/controllers/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,12 @@ class PluginsController extends EventEmitter {
crypto,
SubtleCrypto,
fetch,
XMLHttpRequest,
},
crypto,
SubtleCrypto,
fetch,
XMLHttpRequest,
})
sessedPlugin()
} catch (err) {
Expand Down

0 comments on commit e149a8d

Please sign in to comment.