You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
@metamask/connect-evm 0.11.2
Changed
Bump @metamask/connect-multichain to ^0.12.1 (#273)
@metamask/connect-multichain 0.12.1
Fixed
The QR code modal no longer attempts to create a blob for the MetaMask icon and instead embeds it directly as a data: uri. This was breaking the QR code rendering on websites with CSP connect-src policy missing blob:. (#273)
@metamask/connect-solana 0.8.1
Changed
Bump @metamask/connect-multichain to ^0.12.1 (#273)
@metamask/multichain-ui 0.4.1
Uncategorized
chore: align sub-package licenses with root ConsenSys 2022 license (#241)
Fixed
Set saveAsBlob: false in QR code image options to prevent XMLHttpRequest on the embedded data: URI, which violated connect-src CSP policies on host pages (#268)
@metamask/browser-playground 0.6.6
Added
Add Content-Security-Policy meta tag to simulate host-page CSP constraints during local testing (#268)