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
Mastodon allows verifying of links on your profile, but only if you link back to your Mastodon with a rel="me" in the link attributes.
Currently, the links contain a rel="noopener" parameter, but if this was changed to rel="noopener me" there would be automatic link verification on sites that support this.
Literally a nice-to-have feature, but should be a simple change.
Thank you!
Describe alternatives you've considered
Additional context
For more information, you could read this blog post by Eric Meyer
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Mastodon allows verifying of links on your profile, but only if you link back to your Mastodon with a rel="me" in the link attributes.
Currently, the links contain a rel="noopener" parameter, but if this was changed to rel="noopener me" there would be automatic link verification on sites that support this.
Literally a nice-to-have feature, but should be a simple change.
Thank you!
Describe alternatives you've considered
Additional context
For more information, you could read this blog post by Eric Meyer
The text was updated successfully, but these errors were encountered: