Add HTTPS requirement for link verification (#1022)

Brings documentation in line with new constraints introduced by https://github.com/mastodon/mastodon/issues/20242
This commit is contained in:
Tatham Oddie 2022-11-16 10:24:25 +11:00 committed by GitHub
parent b817492314
commit d108182d82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ If you put a link in your profile metadata, Mastodon checks if the linked page l
Behind the scenes, Mastodon checks for the `rel="me"` attribute on the link back. Likewise, Mastodon puts `rel="me"` on the links within profile metadata.
The profile page you're linking to must be served securely (over HTTPS) in order to pass verification.
{{< hint style="info" >}}
Because Mastodon can be self-hosted, there is no better way to verify your identity than to host Mastodon on your own domain, which people already trust.
{{< /hint >}}