bitshares / bitshares-ui

Fully featured Graphical User Interface / Reference Wallet for the BitShares Blockchain
https://wallet.bitshares.org
MIT License
517 stars 569 forks source link

Add a disclaimer on asset info page #3457

Closed abitmore closed 2 years ago

abitmore commented 2 years ago

Is your feature request related to a problem? Please describe.

Asset description is UGC (user-generated content) which is written by the issuer / owner of each asset. However, the asset info page is on a website (the web-wallet) which is under a domain name (E.G. https://wallet.bitshares.org), innocent people may think that the owner of the domain name is responsible for the content.

Describe the solution you'd like

Show a disclaimer on the asset info page. Best if there are configurable whitelists so that the disclaimer only shows if the asset symbol, prefix or issuer is not whitelisted.

Describe alternatives you've considered [A clear and concise description of any alternative solutions or features you've considered.]

Additional context There are scam activities around "fake" assets.

sschiessl-bcp commented 2 years ago

image

Current approach: Show disclaimer if not core token or issuer is not committee.

sschiessl-bcp commented 2 years ago

For a not blacklisted asset it would look like

image

sschiessl-bcp commented 2 years ago

Please let me know what you think @abitmore , is it too intrusive?

abitmore commented 2 years ago

Looks good to me. Thanks.

abitmore commented 2 years ago

Done via #3459.