mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-02 13:04:37 +00:00
e674608d10
* Do not default the format in ProviderDiscovery The format should be determined when discovering, as it is in the current implementation, and it is a flaw if it is not determined. * Spec ProviderDiscovery
8 lines
158 B
HTML
8 lines
158 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link href='https://host/provider.json' rel='alternate' type='application/json+oembed'>
|
|
</head>
|
|
<body></body>
|
|
</html>
|