Does anybody know how homepage verification with Friendica works? I'm going with this wiki entry.
freifunkh@friendica.me has a homepage in its profile and the homepage has a link to the profile with rel="me" set. These are the results:
- Opening the profile in a browser without login => homepage URL visible and marked as verified (✔️).
- Opening the profile while being logged into Friendica (different server) => no URL visible.
- Opening the profile while being logged into Mastodon (different server) => no URL visible.
Mastodon App even shows a warning, saying there is no verified link.
Matthias
•@3of14
Auf der Seite, auf die im Profil verwiesen wird, muss irgendwo im html-Body dieser Codeschnipsel eingefügt werden:
<a href="https://loma.ml/profile/three_of_fourteen" rel="me"></a>
3of14
•Kristian
•@Matthias Das ist das Problem: So sieht das im Friendica aus, an meinem Profil...
So sieht mein loma.ml-Profil gesehen von einer Mastodon-Instanz aus aus:
Da fehlt sowohl diese URL als auch die Verifikationskennzeichnung dazu. Bei Mastodon-Profilen sieht das so aus:
Es scheint, als ob dieses Feld in Mastodon gar nicht ankommt...?
@3of14
Matthias
•@3of14
Wenn ich mir dein Profil ansehe, dann sehe ich keine URL, gegen die geprüft werden kann.
Das Ergebnis der URL Prüfung wird lokal gespeichert, ist aber nicht Teil des Protokolls (zumindest nach meinen Wissensstand). Die jeweiligen Mastodon Instanzen prüfen ebenfalls autonom und speichern das Ergebnis lokal.
3of14
•3of14
•3of14
•Matthias
•Mein Eindruck ist, dass Mastodon seit den letzten Releases die Validierung der Domain von nicht Mastodon Instanzen nicht mehr prüft.
3of14
•Matthias
•Das rel="me Sniped muss auf der Homepage hinterlegt sein, die geprüft werden soll. In deinem Profil muss die URL im Feld: Homepage hinterlegt werden. Erst wenn diese beiden Bedingungen zutreffen, kann eine Bestätigung geprüft und abschließend durch einen Hacken bestätigt werden.