diff --git a/content/en/user/profile.md b/content/en/user/profile.md index d8361156..02228037 100644 --- a/content/en/user/profile.md +++ b/content/en/user/profile.md @@ -96,6 +96,7 @@ Mastodon will then resolve the link and fetch the web page located there, lookin - The resolved page must contain at least one `a` or `link` tag with a `rel="me"` attribute. - The `href` attribute on one of those elements must be equal to the URL for your Mastodon profile. - If no links with `rel="me"` are found, Mastodon will look for the *first* link, and the `href` value must redirect to your Mastodon profile's URL. (This provides limited support for web pages that use link shorteners and do not use rel-me.) +- The HTTP response must not exceed 1 MB. **Any such link must not be within an `iframe`**. An `iframe` effectively means the link is no longer on the same web page, but rather it is on some external web page which is being embedded in the current one. (Note that some "block-based" CMS software may wrap block elements within iframes, which prevents verification for this reason.)