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
What problem are you trying to solve?
Some dapps use sandboxed iframes to execute arbitrary code in a sandbox, (see https://www.w3schools.com/tags/att_iframe_sandbox.asp). MetaMask should not allow code in the sandbox to request transaction signing under any circumstances as users might believe the parent dapp is requesting it.
Describe the solution you'd like
MetaMask should block transactions originating from an iframe that has the sandbox attribute.
The text was updated successfully, but these errors were encountered:
What problem are you trying to solve?
Some dapps use sandboxed iframes to execute arbitrary code in a sandbox, (see https://www.w3schools.com/tags/att_iframe_sandbox.asp). MetaMask should not allow code in the sandbox to request transaction signing under any circumstances as users might believe the parent dapp is requesting it.
Describe the solution you'd like
MetaMask should block transactions originating from an iframe that has the
sandbox
attribute.The text was updated successfully, but these errors were encountered: