Public: Add identify verification for non main mastodon accounts
This patch adds verification for the mastodon accounts @networkexception@social.nwex.de and @networkexception@serenityos.social. Instead of linking with an anchor, two link tags in the documents head are used. If JavaScript renders the page's source code this does not make a difference, but readers interpreting the markup should be aware that those accounts are not explicitly linked like the one in the links section.
This commit is contained in:
parent
5c235d1137
commit
8ed993d7d2
2 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
<meta name="referrer" content="no-referrer">
|
||||
<link rel="icon" href="/avatar.svg" type="image/svg+xml;charset=UTF-8">
|
||||
<link rel="stylesheet" href="/style/index.css" type="text/css;charset=UTF-8">
|
||||
<link rel="me" href="https://social.nwex.de/@networkexception">
|
||||
<link rel="me" href="https://serenityos.social/@networkexception">
|
||||
<title>nwex.de</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<meta name="referrer" content="no-referrer">
|
||||
<link rel="icon" href="/avatar.svg" type="image/svg+xml;charset=UTF-8">
|
||||
<link rel="stylesheet" href="/style/index.css" type="text/css;charset=UTF-8">
|
||||
<link rel="me" href="https://social.nwex.de/@networkexception">
|
||||
<link rel="me" href="https://serenityos.social/@networkexception">
|
||||
<title>nwex.de/xhr</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Reference in a new issue