-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add way to bypass privacy mode on a per-site basis #6110
Comments
One way to do this would be to use getter functions for
|
You'll be excited to hear we're working on a robust system for managing permissions like that, already in working proof of concept phase. |
The difference here is that this issue is for supporting sites that are not making any code changes. |
Oh I see, we could also prompt for permission on request of restricted properties. That's not a bad idea. |
Yup, and since dapps are expecting synchronous data, I think this may be your only option. Any custom user interface will have to be asynchronous. |
Sync actually isn't an option, because we can't hit the background process synchronously. If we allow this prompt to be called in-page, then sites could manipulate its communication method to force approval. Approval has to be from the background, and so has to be async. What we can do is allow calls to |
Ah, that makes sense. |
Maybe just the benefit of fresh eyes :) |
Duplicate of #6320, which is being used to track progress |
Privacy mode is a great improvement for how we expose identifiable information to sites, however if we roll it out today, we will break every site that is statically hosted or not actively maintained. This violates one of the basic principles of the web.
We should design & implement a method to force-sign-in to sites that have not implemented 1102 sign-in methods. Possibly a generic "sign in" button on the MetaMask popup.
The text was updated successfully, but these errors were encountered: