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
Currently, there is nothing to stop URL-squatting. This is where Alice registers domain "abc.com" so that Bob, the owner of "abc.com", cannot register it himself. Alice has denied Bob use of our product via domain squatting.
To prevent this, we should change how we identify dapps. Identifying them by URL renders issues around "who owns what URL" and how to prove that. Therefore, we should make it URL agnostic. Options:
use the dapp owner (this would change when the owner changes - not good)
give each dapp a unique id (which would never change)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, there is nothing to stop URL-squatting. This is where Alice registers domain "abc.com" so that Bob, the owner of "abc.com", cannot register it himself. Alice has denied Bob use of our product via domain squatting.
To prevent this, we should change how we identify dapps. Identifying them by URL renders issues around "who owns what URL" and how to prove that. Therefore, we should make it URL agnostic. Options:
This would essentially become their site-key.
Beta Was this translation helpful? Give feedback.
All reactions