chore: add rss for follow feed

This commit is contained in:
Cory Dransfeldt 2023-06-05 14:34:29 -07:00
parent db104f6c60
commit 75ad22fb70
No known key found for this signature in database
6 changed files with 124 additions and 14 deletions

View file

@ -29,6 +29,19 @@
}
]
},
{
"source": "/follow.xml",
"headers": [
{
"key": "Content-Type",
"value": "application/xml; charset=utf-8 # not application/rss+xml"
},
{
"key": "x-content-type-options",
"value": "nosniff"
}
]
},
{
"source": "/.well-known/webfinger",
"headers": [